Skip to content

Commit

Permalink
fix: preferences.properties was moved in upstream to another module
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Mar 2, 2025
1 parent db168e1 commit b734827
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nix/autofirma/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,11 @@
chmod -R u+w .m2
mvn --offline install -Dmaven.javadoc.skip=true -Dmaven.repo.local=.m2/repository -DskipTests -Denv=dev # As in the dependencies derivation, some modules are only declared in the dev profile
# but are needed in the install profile.
mvn --offline install -Dmaven.repo.local=.m2/repository -DskipTests -Denv=dev # As in the dependencies derivation, some modules are only declared in the dev profile
# but are needed in the install profile.
mvn --offline package -Dmaven.repo.local=.m2/repository -DskipTests -Denv=install
properties-to-json "$src/afirma-simple/src/main/resources/properties/preferences.properties" afirma-simple/target/javadoc.xml > preferences.json
properties-to-json "$src/afirma-ui-simple-configurator-common/src/main/resources/properties/preferences.properties" afirma-ui-simple-configurator-common/target/javadoc.xml > preferences.json
'';

installPhase = ''
Expand Down

0 comments on commit b734827

Please sign in to comment.