Project

General

Profile

« Previous | Next » 

Revision 7583

do not skip tests during metacat-index package phase. https://projects.ecoinformatics.org/ecoinfo/issues/5918

View differences:

build.xml
1687 1687
	<!-- build metacat-index war -->
1688 1688
	<target name="build-metacat-index" description="Calls the Maven build for metacat-index.war" >		
1689 1689
		<artifact:mvn pom="metacat-index/pom.xml" mavenhome="${maven.home}" fork="true">
1690
			<arg value="clean"/>
1691
		</artifact:mvn>
1692
		<artifact:mvn pom="metacat-index/pom.xml" mavenhome="${maven.home}" fork="true">
1690 1693
			<arg value="package"/>
1691
			<arg value="-Dmaven.test.skip=true"/>
1694
			<!--<arg value="-Dmaven.test.skip=true"/>-->
1692 1695
		</artifact:mvn>
1693 1696
	</target>
1694 1697
	

Also available in: Unified diff