Fabrizio,
I had lots of issues with beta5 and beta6 in the past, which was why
we stuck to beta4 explicitely. I'm sure you know what issues I'm
talking about (I personnaly forgot :-D ) I hope they're fixed - what
was the fix you needed that pushed you to update it ? The not-asking-
version-number thing is cool, but it was just a matter of pressing
the return key a couple of times ... anything else ?
g
On Nov 1, 2007, at 09:35 , [EMAIL PROTECTED] wrote:
Revision12143AuthorfgiustDate2007-11-01 09:35:05 +0100 (Thu, 01 Nov
2007)Log Messageupdated maven-release-plugin and configured in
order to ask for version numbers only onceModified Paths
magnolia/trunk/pom.xml
Diff
Modified: magnolia/trunk/pom.xml (12142 => 12143)--- magnolia/trunk/
pom.xml 2007-11-01 08:10:22 UTC (rev 12142) +++ magnolia/trunk/
pom.xml 2007-11-01 08:35:05 UTC (rev 12143)@@ -209,27 +209,29
@@ <version>2.0-alpha-1</version> </
dependency> <!-- for this to work, we'd need to write a
specific jspc-compiler- impl for tomcat 5.0- <dependency>
+ <dependency> <groupId>tomcat</
groupId> <artifactId>jasper-compiler</
artifactId> <version>5.0.28</version>- </
dependency> - <dependency>+ </dependency>
+ <dependency> <groupId>tomcat</
groupId> <artifactId>jasper-runtime</
artifactId> <version>5.0.28</version>- </
dependency> - <dependency>+ </dependency>
+ <dependency> <groupId>commons-logging</
groupId> <artifactId>commons-logging</
artifactId> <version>1.0.4</version>- </
dependency>+ </dependency> --> </
dependencies> <configuration>
<sources> <directory>${basedir}/src/main/resources/</
directory>- <includes><include>**/*.jsp</include></
includes>+ <includes> + <include>**/
*.jsp</include> + </includes> </
sources> <source>1.4</source> <target>1.4</
target>@@ -237,9 +239,11 @@ </configuration> </
plugin> <plugin>-
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>-
<version>2.0-beta-4</version>+ <version>2.0-beta-7</
version> + <configuration> +
<autoVersionSubmodules>true</autoVersionSubmodules> + </
configuration> </plugin> </plugins> </
pluginManagement>@@ -414,12 +418,10 @@ <!--
<comparisonVersion>3.0.2</comparisonVersion>--> </
configuration> </plugin>- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId> </plugin>-
<!-- this report is pretty useless, since we don't allow building
with failing tests ... --> <plugin> <artifactId>maven-
surefire-report-plugin</artifactId>
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------