Fixed. Thanks!
On Fri, Jan 23, 2009 at 7:01 AM, Daniel Kulp <[email protected]> wrote: > > > > =========================================================================== > >=== --- 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 > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp
