Hi Wendy,
Generally how does one decide the groupid?
Can it be any value?
Here I gave the group id as    org.mule.modules

I just decided on this group Id randomly I just wanted to put the jar in
some folder so I chose this, are there any guidelines which are to be
followed while selecting a groupId
My pom.xml :
     <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>Ota_Sonata</artifactId>
            <version>1.0</version>
            <scope>provided</scope>
        </dependency>
Command :mvn install:install-file -Dfile=D:\Ota_Sonata.jar
-DgroupId=org.mule.modules -DartifactId=Ota_Sonata -Dversion=1.0
-Dpackaging=jar -DgeneratePom=true

--
View this message in context: 
http://maven.40175.n5.nabble.com/Problem-in-delpoying-an-external-jar-to-the-local-repo-tp4410234p4412377.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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

Reply via email to