Maybe you have to deploy it to your repositories? Try mvn deploy. See also the lifecycles: http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html.

HTH,

Nick Stolwijk

Lakshman Srilakshmanan wrote:
Hi All,

I have the following in my pom.xml

  <distributionManagement>
      <repository>
        <id>internalSnapshotRepository</id>
        <name>Internal Release Repository</name>
        <url>file://maggie/internalRepository</url>
      </repository>
      <snapshotRepository>
        <id>internalSnapshotRepository</id>
        <name>Internal Snapshot Repository</name>
        <url>file://maggie/internalSnapshotRepository</url>
      </snapshotRepository>
  </distributionManagement>

But when I run mvn install it's installed under /home/lakshman/.m2/repository/org/codehaus/mojo/hibernate3-maven-plugin/
1.0-SNAPSHOT/hibernate3-maven-plugin-1.0-SNAPSHOT.jar


Could someone please point out what I am doing wrong ?

Thanks
Lakshman


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to