Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
All projects need to inherit from apache
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>13</version>
</parent>
Then on release, those releasing set the following in their settings.xml as described in - http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
<server>
<id>apache.snapshots.https</id>
<username></username>
<password></password>
</server>
Finally, we need to craft some releases instructions, and need to make sure how the automate tags work. Here is an example - http://airavata.apache.org/development/release-management.html