Hi Pierre-Arnaud Do you have in mind that the CI only builds from trunk?
Regards Felix [EMAIL PROTECTED] 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> > > >
