[EMAIL PROTECTED] wrote: > Hello - I have a jar file that was > generated from a Maven 2.0 build. The > pom.xml file is included inside the > jar file. Is there a maven command > to install the jar file into the > local repository without having to > specify artifactId, groupId, etc? > This info is inside the jar in the > pom.xml file already. I tried to > unzip the jar and then do a "mvn > install:install -DpomFile=<path to > pom.xml>"
Can you view the artifact, group, and version from the unjarred pom.xml, then use that information with install: install-file to install the original jarred form? Or is there some reason that the xml file can't be viewed? -dub --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
