Revision 40507

View differences:

trunk/org.gvsig.desktop/pom.xml
1496 1496
            <groupId>org.apache.maven.plugins</groupId>
1497 1497
            <artifactId>maven-release-plugin</artifactId>
1498 1498
            <configuration>
1499
                <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/${project.artifactId}</tagBase>
1499
                <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/</tagBase>
1500
		        <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules  
1501
		        are not installed, so the dependencies between modules are not met. With this configuration   
1502
		        we force the module installation. -->  
1503
		        <preparationGoals>clean install</preparationGoals>  
1504
		        <autoVersionSubmodules>true</autoVersionSubmodules>
1500 1505
            </configuration>
1501 1506
        </plugin>
1502 1507

  

Also available in: Unified diff