Revision 809

View differences:

org.gvsig.tools/library/trunk/org.gvsig.tools/pom.xml
407 407
                <artifactId>maven-release-plugin</artifactId>
408 408
                <configuration>
409 409
                    <tagBase>https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags</tagBase>
410
                    <goals>deploy</goals>
410
			        <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules  
411
			        are not installed, so the dependencies between modules are not met. With this configuration   
412
			        we force the module installation. -->  
413
			        <preparationGoals>clean install</preparationGoals>  
414
			        <autoVersionSubmodules>true</autoVersionSubmodules>
411 415
                </configuration>
412 416
            </plugin>
413 417
            <plugin>

Also available in: Unified diff