Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. It uses Genesis 2.x as a parent POM
  2. It uses the following for the Snapshot and Release repos in distributionManagement -

For additional details on the Nexus repo changes, take a look at the doc links in the following JIRA, until we have a new process documented -
INFRA-1896

...

No Format
mvn release:prepare -Pall-subprojects -Papache-release -DtestsDtest=false
mvn release:perform -Pall-subprojects -Papache-release -DtestsDtest=false

Preparation and discussion

...

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

in build/plugins.

Special instructions for releasing the Server (used on Geronimo 2.2)

Please refer: Geronimo 2.1.5 Release Tips

Old Geronimo Projects

The following Geronimo projects use the pre-Nexus release guidelines:

...