Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
0f3a62ec
Commit
0f3a62ec
authored
Aug 30, 2019
by
Tobias Wich
Browse files
Enable desktop packages only when specifying profile on the commandline
parent
2154de86
Changes
1
Hide whitespace changes
Inline
Side-by-side
packager/pom.xml
View file @
0f3a62ec
...
...
@@ -16,7 +16,15 @@
<modules>
<module>
richclient-bundle
</module>
<module>
richclient-packager
</module>
</modules>
</project>
\ No newline at end of file
<profiles>
<profile>
<id>
desktop-package
</id>
<modules>
<module>
richclient-packager
</module>
</modules>
</profile>
</profiles>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment