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]

Reply via email to