Hi All,

when I do a 'mvn install' and the maven jar/ejb plugin is configured to use a 
classifier e.g.
...
<plugin>
    <artifactId>maven-jar-plugin</artifactId>
    <configuration>
        <classifier>dev</classifier>
    </configuration>
</plugin>
...

only the .jar file gets installed in the local repository. If I don't use a 
classifier the pom gets installed alongside the .jar file. and 
maven-metadata-local.xml file is created in the directory above.

Is not installing the pom if a classifier is used the intended behaviour?

I'm using Maven 2.0.10 and tested this only for jar and ejb types.

Thanks,
  Niklas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to