On Wed, Apr 22, 2009 at 2:03 AM, Niklas Grossmann <[email protected]> wrote: > Hi All, > > when I do a 'mvn install' and the maven jar/ejb plugin is configured to use a > classifier e.g. > ... > 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?
No, it was reported and fixed in version 2.3 of the install plugin. What version are you using? Depending on what version is set in the super pom inside Maven, you may need to specify a later version to pick up the fix. http://jira.codehaus.org/browse/MINSTALL-41 -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
