Hello, I'm trying to use the "<targetPath>" element that comes with maven-war-plugin. But apparently that is only in version 2.0.2-SNAPSHOT. I tried to 'mvn install' the maven-plugin from SVN repo (https://svn.apache.org/repos/asf/maven/plugins/trunk/), and it made me 'mvn install' the maven core trunk (https://svn.apache.org/repos/asf/maven/components/trunk/). I successfully built the trunk of maven core, now when I try to build the maven-plugins I get:
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to build project 'C:\temp\maven-plugin\maven-plugin-plugin\pom.xml ; it requires Maven version 2.0.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Unable to build project 'C:\temp\maven-p lugin\maven-plugin-plugin\pom.xml; it requires Maven version 2.0.5-SNAPSHOT How do I now build from the plugins directory with 2.0.5-SNAPSHOT? It looks like the version built in the maven components trunk is 2.1-SNAPSHOT... Thanks, Will -----Original Message----- From: Chas Douglass [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 3:49 PM To: Maven Users List Subject: Re: mvn & cygwin Douglas Ferguson wrote: > Anybody using mvn & cygwin? > > > > I just ran into this problem, where <<path-to-project>> = my local path. > > It seems like it is a cygwin path vs. windows path issue. > > > > svn: '/cygdrive/c/<<path-to-project>>/c:/<<path-to-project>> ' is not > a working copy > > > > Anybody got a good work around? > I believe you are seeing http://jira.codehaus.org/browse/MRELEASE-146 I am unable to use the release plugin because of this. Chas Douglass --------------------------------------------------------------------- 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]
