Re: Re: Re: Building maven-plugins project

2006-09-14 Thread Matt Raible
On 9/14/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 9/14/06, Matt Raible <[EMAIL PROTECTED]> wrote: > Hmmm, can Maven even build itself?! ;-) ... > [ERROR] BUILD FAILURE > [INFO] > [INFO] Unable to build project > '/User

Re: Re: Building maven-plugins project

2006-09-14 Thread Wendy Smoak
On 9/14/06, Matt Raible <[EMAIL PROTECTED]> wrote: Hmmm, can Maven even build itself?! ;-) ... [ERROR] BUILD FAILURE [INFO] [INFO] Unable to build project '/Users/mraible/Work/maven-plugins/maven-plugin-plugin/pom.xml; it

Re: Re: Building maven-plugins project

2006-09-14 Thread franz see
x27;s that you check out so that they would match each other (i do not recommend this though) 2. Update to a revision wherein the parent pom's version matches those that you need, or 3. Try to search for those parent's from [1]. If you want, you can try and do #3 first. But if you can't find it there, you can for #2. Last resort would be #1. Cheers, Franz [1] http://people.apache.org/maven-snapshot-repository/ -- View this message in context: http://www.nabble.com/Building-maven-plugins-project-tf2272453.html#a6318876 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Building maven-plugins project

2006-09-14 Thread Matt Raible
Hmmm, can Maven even build itself?! ;-) 222:~/dev/maven-plugins mraible$ mvn install [INFO] Scanning for projects... [INFO] snapshot org.apache.maven.plugins:maven-plugins:2-SNAPSHOT: checking for updates from apache.snapshots Downloading: http://people.apache.org/repo/m2-snapshot-repository/org

Re: Building maven-plugins project

2006-09-14 Thread Wendy Smoak
On 9/14/06, Matt Raible <[EMAIL PROTECTED]> wrote: This almost worked - in that I was able to checkout both projects and install them. Unfortunately, I still get the following error: ... [ERROR] FATAL ERROR [INFO] [INFO]

Re: Building maven-plugins project

2006-09-14 Thread Matt Raible
inished at: Thu Sep 14 10:48:50 CDT 2006 > [INFO] Final Memory: 2M/508M > [INFO] > ------------ > 226:~/dev/maven-plugins mraible$ > > Thanks, > > Matt > >

Re: Building maven-plugins project

2006-09-14 Thread franz see
O] > ------------ > 226:~/dev/maven-plugins mraible$ > > Thanks, > > Matt > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > Good day to you, Matt, maven-plugins parent is maven-parent ([1]). maven parent's parent is apache ([2]). Cheers, Franz [1] http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml [2] http://svn.apache.org/repos/asf/maven/pom/trunk/asf/pom.xml -- View this message in context: http://www.nabble.com/Building-maven-plugins-project-tf2272453.html#a6317596 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Building maven-plugins project

2006-09-14 Thread Mick Knutson
What will this do for me? Were would I use the WAR dependancies with this plugin? On 9/14/06, Matt Raible <[EMAIL PROTECTED]> wrote: On 9/14/06, Matt Raible <[EMAIL PROTECTED]> wrote: > We've developed a "warpath" plugin[1] that allows you to read > dependencies from a war dependency. It work

Re: Building maven-plugins project

2006-09-14 Thread Matt Raible
On 9/14/06, Matt Raible <[EMAIL PROTECTED]> wrote: We've developed a "warpath" plugin[1] that allows you to read dependencies from a war dependency. It works great, but we're currently unable to hook into the eclipse or idea plugin for project file generation. There's two thoughts I have to sol

Building maven-plugins project

2006-09-14 Thread Matt Raible
We've developed a "warpath" plugin[1] that allows you to read dependencies from a war dependency. It works great, but we're currently unable to hook into the eclipse or idea plugin for project file generation. There's two thoughts I have to solving this: 1. Modify any war dependencies to be jar