Calling the "mvn assembly:assembly" target results in the following: > [INFO] [assembly:assembly] > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error reading assemblies: No assembly descriptors found. Comparing to 2.4.x we do in fact have no assembly information on the 2.5.x branch... on 2.4.x we have: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-assembly-plugin</artifactId> > <version>2.1</version> > > <configuration> > <descriptors> > <descriptor>build/maven/assembly/binaryDist.xml</descriptor> > <descriptor>build/maven/assembly/sourceDist.xml</descriptor> > </descriptors> > </configuration> > </plugin> > I will check the earlier 2.5.x tags and see if something has been done. Jody
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
