[EMAIL PROTECTED] wrote:
>
Marc, since you're on rc1, you could have typed just this:
maven -DgroupId=maven -DartifactId=maven-eclipse-plugin
-Dversion-1.5-SNAPSHOT plugin:download
(for the record: small typo above: -Dversion={version-label})
and it would have done it all for you.
dion,
many
Marc Portier <[EMAIL PROTECTED]> wrote on 14/10/2003 05:54:33 AM:
> Hi again,
>
> found this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407
>
> which pointed me (more or less) to downloading:
> http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5-
> SNAPSHOT.jar
>
Hi again,
found this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407
which pointed me (more or less) to downloading:
http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5-SNAPSHOT.jar
and saving it in my $MAVEN_HOME/repository solved the issue.
I do have the feeling
Hi all,
when calling goal eclipse:generate-classpath
on the project.xml (in dir c:\projects\eclipse\maven-tryout) holding
this snippet:
src/java
results in a .classpath file holding an *absolute path* for the
src-classpath-entry:
Really don't know if this is as should be