Index: modeshape-graph/pom.xml =================================================================== --- modeshape-graph/pom.xml (revision 2164) +++ modeshape-graph/pom.xml (working copy) @@ -96,6 +96,22 @@ + + maven-assembly-plugin + + + package + + single + + + + + + src/main/assembly/with-dependencies.xml + + + Index: modeshape-graph/src/main/assembly/with-dependencies.xml new file mode 100644 =================================================================== --- /dev/null (revision 2164) +++ modeshape-graph/src/main/assembly/with-dependencies.xml (working copy) @@ -0,0 +1,22 @@ + + + jar-with-dependencies + false + + jar + + + + true + runtime + + + + Index: modeshape-jcr/src/main/assembly/with-dependencies.xml =================================================================== --- modeshape-jcr/src/main/assembly/with-dependencies.xml (revision 2164) +++ modeshape-jcr/src/main/assembly/with-dependencies.xml (working copy) @@ -1,12 +1,12 @@ - with-dependencies + jar-with-dependencies false jar - false + true runtime Index: src/main/assembly/classloader-with-dependencies.xml =================================================================== --- src/main/assembly/classloader-with-dependencies.xml (revision 2164) +++ src/main/assembly/classloader-with-dependencies.xml (working copy) @@ -1,12 +1,12 @@ - with-dependencies + jar-with-dependencies false jar - false + true runtime Index: src/main/assembly/connector-with-dependencies.xml =================================================================== --- src/main/assembly/connector-with-dependencies.xml (revision 2164) +++ src/main/assembly/connector-with-dependencies.xml (working copy) @@ -1,12 +1,12 @@ - with-dependencies + jar-with-dependencies false jar - false + true runtime ${artifact.artifactId}-${artifact.version}.${artifact.extension} Index: src/main/assembly/mimetype-detector-with-dependencies.xml =================================================================== --- src/main/assembly/mimetype-detector-with-dependencies.xml (revision 2164) +++ src/main/assembly/mimetype-detector-with-dependencies.xml (working copy) @@ -1,12 +1,12 @@ - with-dependencies + jar-with-dependencies false jar - false + true runtime ${artifact.artifactId}-${artifact.version}.${artifact.extension} Index: src/main/assembly/sequencer-with-dependencies.xml =================================================================== --- src/main/assembly/sequencer-with-dependencies.xml (revision 2164) +++ src/main/assembly/sequencer-with-dependencies.xml (working copy) @@ -1,12 +1,12 @@ - with-dependencies + jar-with-dependencies false jar - false + true runtime ${artifact.artifactId}-${artifact.version}.${artifact.extension}