
|
If you were logged in you would be able to see more operations.
|
|
|
|
As proposed on dev list, upgrade the build a bit to match current best practices and to deploy into the apache nexus instance to avoid difficulties with other projects consuming the snapshots.
|
|
Description
|
As proposed on dev list, upgrade the build a bit to match current best practices and to deploy into the apache nexus instance to avoid difficulties with other projects consuming the snapshots. |
Show » |
|
Lots of tests fail for me in both builds.
To deploy use -Papache-release. You'll need something like this in your settings.xml:
<profile>
<id>apache-release</id>
<properties>
<gpg.passphrase>...your gpg passphrase.......</gpg.passphrase>
</properties>
</profile>