Notes on releases of the jboss metadata project.
December 13, 2007
The prepare (
mvn release:prepare
) and perform (
mvn release:perform
) steps went fine for this project.
The only issue to note is that the artifactId in the ant repo (metadata) is different than the artifact id in maven (jboss-metadata), so I had to manually move the jars from jboss-metadata to metadata and update the component-info.xml before committing to the ant repo.
Referenced by:
Comments