You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Felix Knecht <fe...@apache.org> on 2008/10/08 16:01:09 UTC

Re: svn commit: r702879 - /directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml

Hi Pierre-Arnaud

Do you have in mind that the CI only builds from trunk?

Regards
Felix

pamarcelot@apache.org schrieb:
> Author: pamarcelot
> Date: Wed Oct  8 06:54:42 2008
> New Revision: 702879
>
> URL: http://svn.apache.org/viewvc?rev=702879&view=rev
> Log:
> Set up the generation of the nightly build package in the 'CI' profile.
>
> Modified:
>     directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml
>
> Modified: directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml
> URL: http://svn.apache.org/viewvc/directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml?rev=702879&r1=702878&r2=702879&view=diff
> ==============================================================================
> --- directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml (original)
> +++ directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml Wed Oct  8 06:54:42 2008
> @@ -45,6 +45,25 @@
>        <build>
>          <plugins>
>            <plugin>
> +            <artifactId>maven-assembly-plugin</artifactId>
> +            <version>2.2-beta-1</version>
> +            <executions>
> +              <execution>
> +                <id>nightly</id>
> +                <phase>package</phase>
> +                <configuration>
> +                  <finalName>studio-plugin</finalName>
> +                  <descriptors>
> +                    <descriptor>src/main/assembly/nightlybuild.xml</descriptor>
> +                  </descriptors>
> +                </configuration>
> +                <goals>
> +                  <goal>attached</goal>
> +                </goals>
> +              </execution>
> +            </executions>
> +          </plugin>
> +          <plugin>
>              <artifactId>maven-antrun-plugin</artifactId>
>              <executions>
>                <execution>
> @@ -284,19 +303,6 @@
>                <goal>attached</goal>
>              </goals>
>            </execution>
> -          <execution>
> -            <id>nightly</id>
> -            <phase>package</phase>
> -            <configuration>
> -              <finalName>studio-plugin</finalName>
> -              <descriptors>
> -                <descriptor>src/main/assembly/nightlybuild.xml</descriptor>
> -              </descriptors>
> -            </configuration>
> -            <goals>
> -              <goal>attached</goal>
> -            </goals>
> -          </execution>
>          </executions>
>        </plugin>
>      </plugins>
>
>
>   


Re: svn commit: r702879 - /directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Hi Felix,

Yeah, it's true. It's just to get the pom.xml files in sync.

Regards,
Pierre-Arnaud

On Wed, Oct 8, 2008 at 4:01 PM, Felix Knecht <fe...@apache.org> wrote:

> Hi Pierre-Arnaud
>
> Do you have in mind that the CI only builds from trunk?
>
> Regards
> Felix
>
> pamarcelot@apache.org schrieb:
> > Author: pamarcelot
> > Date: Wed Oct  8 06:54:42 2008
> > New Revision: 702879
> >
> > URL: http://svn.apache.org/viewvc?rev=702879&view=rev
> > Log:
> > Set up the generation of the nightly build package in the 'CI' profile.
> >
> > Modified:
> >     directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml
> >
> > Modified: directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml
> > URL:
> http://svn.apache.org/viewvc/directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml?rev=702879&r1=702878&r2=702879&view=diff
> >
> ==============================================================================
> > --- directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml
> (original)
> > +++ directory/studio/branches/release-1.3.0-RC1/updatesite/pom.xml Wed
> Oct  8 06:54:42 2008
> > @@ -45,6 +45,25 @@
> >        <build>
> >          <plugins>
> >            <plugin>
> > +            <artifactId>maven-assembly-plugin</artifactId>
> > +            <version>2.2-beta-1</version>
> > +            <executions>
> > +              <execution>
> > +                <id>nightly</id>
> > +                <phase>package</phase>
> > +                <configuration>
> > +                  <finalName>studio-plugin</finalName>
> > +                  <descriptors>
> > +
>  <descriptor>src/main/assembly/nightlybuild.xml</descriptor>
> > +                  </descriptors>
> > +                </configuration>
> > +                <goals>
> > +                  <goal>attached</goal>
> > +                </goals>
> > +              </execution>
> > +            </executions>
> > +          </plugin>
> > +          <plugin>
> >              <artifactId>maven-antrun-plugin</artifactId>
> >              <executions>
> >                <execution>
> > @@ -284,19 +303,6 @@
> >                <goal>attached</goal>
> >              </goals>
> >            </execution>
> > -          <execution>
> > -            <id>nightly</id>
> > -            <phase>package</phase>
> > -            <configuration>
> > -              <finalName>studio-plugin</finalName>
> > -              <descriptors>
> > -
>  <descriptor>src/main/assembly/nightlybuild.xml</descriptor>
> > -              </descriptors>
> > -            </configuration>
> > -            <goals>
> > -              <goal>attached</goal>
> > -            </goals>
> > -          </execution>
> >          </executions>
> >        </plugin>
> >      </plugins>
> >
> >
> >
>
>