You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2007/07/15 22:24:35 UTC

Re: svn commit: r556442 - in /maven/plugins/trunk/maven-eclipse-plugin: ./ src/main/java/org/apache/maven/plugin/eclipse/ src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/ src/main/java/org/apache/maven/plugin/eclipse/writers/wtp/ src/

On 15/07/07, dantran@apache.org <da...@apache.org> wrote:
> Author: dantran
> Date: Sun Jul 15 13:20:23 2007
> New Revision: 556442
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=556442
> Log:
> MECLIPSE-129&296.  Add eclipse:configure-workspace goal
>
...
==============================================================================
> --- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sun Jul 15 13:20:23 2007
> @@ -30,7 +30,8 @@
>    <artifactId>maven-eclipse-plugin</artifactId>
>    <packaging>maven-plugin</packaging>
>    <name>Maven Eclipse Plugin</name>
> -  <version>2.5-SNAPSHOT</version>
> +  <version>2.5-555344</version>
> +  <description>Eclipse 2.5 SNAPSHOT at rev 555344 with fixes for the unapprove MECLIPSE-127 and MECLIPSE-296</description>
>    <prerequisites>
>      <maven>2.0.1</maven>
>    </prerequisites>
> @@ -170,4 +171,23 @@
>        <version>0.0.145</version>
>      </dependency>
>    </dependencies>
> +
> +  <distributionManagement>
> +    <site>
> +      <id>iplocks.site</id>
> +      <name>IPLocks Maven Site</name>
> +      <url>file:///\\\\scm.iplocks.com/site</url>
> +    </site>
> +    <repository>
> +      <id>iplocks.releases</id>
> +      <name>IPLocks Release Distribution Repository</name>
> +      <url>file:///\\\\scm.iplocks.com/maven-repositories/interim</url>
> +    </repository>
> +    <snapshotRepository>
> +      <id>iplocks.snapshots</id>
> +      <name>IPlocks Development Snapshot Repository</name>
> +      <url>file:///\\\\scm.iplocks.com/maven-repositories/snapshot</url>
> +    </snapshotRepository>
> +  </distributionManagement>
> +
>  </project>
...
It seems that you commited some private stuffs ...

Arnaud

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r556442 - in /maven/plugins/trunk/maven-eclipse-plugin: ./ src/main/java/org/apache/maven/plugin/eclipse/ src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/ src/main/java/org/apache/maven/plugin/eclipse/writers/wtp/ src/

Posted by Dan Tran <da...@gmail.com>.
Thanks for the quick check.

-D


On 7/15/07, Arnaud HERITIER <ah...@gmail.com> wrote:
>
> On 15/07/07, dantran@apache.org <da...@apache.org> wrote:
> > Author: dantran
> > Date: Sun Jul 15 13:20:23 2007
> > New Revision: 556442
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=556442
> > Log:
> > MECLIPSE-129&296.  Add eclipse:configure-workspace goal
> >
> ...
>
> ==============================================================================
> > --- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
> > +++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sun Jul 15 13:20:23
> 2007
> > @@ -30,7 +30,8 @@
> >    <artifactId>maven-eclipse-plugin</artifactId>
> >    <packaging>maven-plugin</packaging>
> >    <name>Maven Eclipse Plugin</name>
> > -  <version>2.5-SNAPSHOT</version>
> > +  <version>2.5-555344</version>
> > +  <description>Eclipse 2.5 SNAPSHOT at rev 555344 with fixes for the
> unapprove MECLIPSE-127 and MECLIPSE-296</description>
> >    <prerequisites>
> >      <maven>2.0.1</maven>
> >    </prerequisites>
> > @@ -170,4 +171,23 @@
> >        <version>0.0.145</version>
> >      </dependency>
> >    </dependencies>
> > +
> > +  <distributionManagement>
> > +    <site>
> > +      <id>iplocks.site</id>
> > +      <name>IPLocks Maven Site</name>
> > +      <url>file:///\\\\scm.iplocks.com/site</url>
> > +    </site>
> > +    <repository>
> > +      <id>iplocks.releases</id>
> > +      <name>IPLocks Release Distribution Repository</name>
> > +      <url>file:///\\\\scm.iplocks.com/maven-repositories/interim</url>
> > +    </repository>
> > +    <snapshotRepository>
> > +      <id>iplocks.snapshots</id>
> > +      <name>IPlocks Development Snapshot Repository</name>
> >
> +      <url>file:///\\\\scm.iplocks.com/maven-repositories/snapshot</url>
> > +    </snapshotRepository>
> > +  </distributionManagement>
> > +
> >  </project>
> ...
> It seems that you commited some private stuffs ...
>
> Arnaud
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>