assembly plugin

2014-11-24 Thread Carlos Alegria Galicia
Hi all, I am trying to use the artifact version within the java code of my project, by reading the contents of META-INF/maven/plugin-id/artifact-id/pom.properties file that is generated by the jar plugin. I am creating a package of my project using the assembly plugin with the

inclusion filter gets ignored in multi-module assembly

2014-11-06 Thread Carlos Alegria Galicia
Hi all, I am trying to create an assembly in a multimodule project that has child-parent and module-submodule relations. I want the assembly to contain the artifact (a jar file) generated by one of the modules, as well as most of its dependencies. I am using the following assembly descriptor: