Index: branches/ehcache-core-2.6.x/src/assemble/distribution.xml =================================================================== diff -u -N -r6160 -r6161 --- branches/ehcache-core-2.6.x/src/assemble/distribution.xml (.../distribution.xml) (revision 6160) +++ branches/ehcache-core-2.6.x/src/assemble/distribution.xml (.../distribution.xml) (revision 6161) @@ -7,13 +7,8 @@ target - *.jar + ${project.artifactId}-${project.version}.jar - - *sources.jar - *javadoc.jar - *-tests.jar - /lib @@ -55,13 +50,13 @@ / - + lib Index: branches/ehcache-core-2.6.x/README =================================================================== diff -u -N --- branches/ehcache-core-2.6.x/README (revision 0) +++ branches/ehcache-core-2.6.x/README (revision 6161) @@ -0,0 +1,8 @@ +1. To build/compile + +mvn install -DskipTests + +2. To build distribution kit + +mvn assembly:single + Index: branches/ehcache-core-2.6.x/pom.xml =================================================================== diff -u -N -r6160 -r6161 --- branches/ehcache-core-2.6.x/pom.xml (.../pom.xml) (revision 6160) +++ branches/ehcache-core-2.6.x/pom.xml (.../pom.xml) (revision 6161) @@ -500,6 +500,7 @@ + org.apache.maven.plugins maven-assembly-plugin 2.3 @@ -511,15 +512,6 @@ gnu - - - attach-distribution - package - - single - - -