Revision 23385 branches/v2_0_0_prep/applications/appgvSIG/pom.xml

View differences:

pom.xml
79 79
		</dependency>
80 80
		<dependency>
81 81
			<groupId>org.gvsig.legacy</groupId>
82
			<artifactId>looks</artifactId>
83
			<version>gvsig</version>
84
		</dependency>
85
		<dependency>
86
			<groupId>org.gvsig.legacy</groupId>
87 82
			<artifactId>pdf-transcoder</artifactId>
88 83
			<version>gvsig</version>
89 84
		</dependency>
......
114 109
		<build-dir>${basedir}/../build</build-dir>
115 110
		<extension-distribution> gvSIG/extensiones/com.iver.cit.gvsig/
116 111
		</extension-distribution>
117
		
112

  
118 113
		<!-- Path to the file descriptor to generate the extension-->
119 114
		<extension-distribution-file>distribution/extension-distribution.xml
120 115
		</extension-distribution-file>
......
133 128
				<artifactId>maven-compiler-plugin</artifactId>
134 129
				<configuration>
135 130
          <!-- put your configurations here -->
136
					<failOnError>false</failOnError>
131
					<!-- <failOnError>off</failOnError>  -->
137 132
				</configuration>
138 133
			</plugin>
139 134
		</plugins>

Also available in: Unified diff