What should the pom.xml look like? By default shell projects seem to add a
maven task that interacts with pom.xml.
this is what I have come up with.
<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.paris.app</groupId>
<artifactId>paris</artifactId>
<version>1</version>
<developers>
<developer>
<name>MyName</name>
<id>name</id>
[email protected]
<organization>blah</organization>
<roles>
<role>Blah Developer</role>
</roles>
</developer>
</developers>
</project>
--
View this message in context:
http://old.nabble.com/Shell-project-tp28906799p28914256.html
Sent from the Continuum - Users mailing list archive at Nabble.com.