> =========================================================================== >=== --- incubator/esme/trunk/server/pom.xml (original) > +++ incubator/esme/trunk/server/pom.xml Thu Jan 22 16:26:46 2009 > @@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > - <groupId>us.esme</groupId> > + <groupId>org.apache</groupId> > <artifactId>esme</artifactId> > <version>0.2.3-SNAPSHOT</version> > <packaging>war</packaging>
The group id should be org.apache.esme to make all artifacts (when you get to a point where you have multiple artifacts) go into sub dirs of the esme stuff. -- Daniel Kulp [email protected] http://dankulp.com/blog
