[m2] Where is maven-plugins?

2006-07-13 Thread Barrie Treloar

The pom for maven-install-plugin has

 parent
   artifactIdmaven-plugins/artifactId
   groupIdorg.apache.maven.plugins/groupId
   version2-SNAPSHOT/version
 /parent

but I cant find this
- in svn at http://svn.apache.org/repos/asf
or
- in the snapshot repo http://snapshots.maven.codehaus.org/maven2

Any suggestions?

I'd just like to point to the snapshot repo rather than build myself.

Thanks

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



Re: [m2] Where is maven-plugins?

2006-07-13 Thread dan tran

since it is the parent of mavevn-install-plugin, it must be one level up

http://svn.apache.org/repos/asf/maven/plugins/trunk/pom.xml

-D


On 7/13/06, Barrie Treloar [EMAIL PROTECTED] wrote:


The pom for maven-install-plugin has

parent
   artifactIdmaven-plugins/artifactId
   groupIdorg.apache.maven.plugins/groupId
   version2-SNAPSHOT/version
/parent

but I cant find this
- in svn at http://svn.apache.org/repos/asf
or
- in the snapshot repo http://snapshots.maven.codehaus.org/maven2

Any suggestions?

I'd just like to point to the snapshot repo rather than build myself.

Thanks

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




Re: [m2] Where is maven-plugins?

2006-07-13 Thread Wendy Smoak

On 7/13/06, Barrie Treloar [EMAIL PROTECTED] wrote:

The pom for maven-install-plugin has

  parent
artifactIdmaven-plugins/artifactId
groupIdorg.apache.maven.plugins/groupId
version2-SNAPSHOT/version
  /parent

but I cant find this
- in svn at http://svn.apache.org/repos/asf


http://svn.apache.org/repos/asf/maven/plugins/trunk/pom.xml


- in the snapshot repo http://snapshots.maven.codehaus.org/maven2


http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-plugins/

--
Wendy

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



Re: [m2] Where is maven-plugins?

2006-07-13 Thread Dennis Lundberg

Barrie Treloar wrote:

The pom for maven-install-plugin has

 parent
   artifactIdmaven-plugins/artifactId
   groupIdorg.apache.maven.plugins/groupId
   version2-SNAPSHOT/version
 /parent

but I cant find this
- in svn at http://svn.apache.org/repos/asf
or
- in the snapshot repo http://snapshots.maven.codehaus.org/maven2

Any suggestions?

I'd just like to point to the snapshot repo rather than build myself.


It's in the Apache snapshot repo:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-plugins/2-SNAPSHOT/

--
Dennis Lundberg

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



Re: [m2] Where is maven-plugins?

2006-07-13 Thread Barrie Treloar

On 7/14/06, dan tran [EMAIL PROTECTED] wrote:

since it is the parent of mavevn-install-plugin, it must be one level up

http://svn.apache.org/repos/asf/maven/plugins/trunk/pom.xml


Thank you all for the quick replies.

I must have had a brain fade not to look in the parent directory,
I'm used to everything being in its own project. Oops.

But the repo is what I wanted anyway.
Cheers

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