| | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <version>2.2</version> |
| | | <!-- Current version is 2.3, but it cause the following exception: |
| | | |
| | | Running org.geotools.gce.imagepyramid.ImagePyramidReaderTest |
| | | Error: Could not find mediaLib accelerator wrapper classes. Continuing in pure Java mode. |
| | | Occurs in: com.sun.media.jai.mlib.MediaLibAccessor |
| | | java.lang.NoClassDefFoundError: com/sun/medialib/mlib/Image |
| | | at com.sun.media.jai.mlib.MediaLibAccessor.setUseMlib(MediaLibAccessor.java:245) |
| | | at com.sun.media.jai.mlib.MlibAffineRIF.create(MlibAffineRIF.java:71) |
| | | --> |
| | | <version>2.4.2</version> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | |
| | | <artifactId>maven-eclipse-plugin</artifactId> |
| | | <version>2.4</version> |
| | | </plugin> |
| | | <!-- |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>exec-maven-plugin</artifactId> |
| | | <version>1.1-beta-1</version> |
| | | </plugin> |
| | | --> |
| | | </plugins> |
| | | |
| | | </pluginManagement> |
| | | |
| | | <!-- http://www.ibiblio.org/maven2/org/apache/maven/wagon/ --> |
| | |
| | | <!-- (activated only on request, jalopy:format) --> |
| | | <!-- See developer's guide for automated activation --> |
| | | <!-- ======================================================= --> |
| | | <!-- |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>jalopy-maven-plugin</artifactId> |
| | |
| | | </dependency> |
| | | </dependencies> |
| | | </plugin> |
| | | |
| | | --> |
| | | |
| | | <!-- ======================================================= --> |
| | | <!-- Compilation. --> |
| | |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | <!-- |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.geotools.maven</groupId> |
| | |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | --> |
| | | </plugin> |
| | | |
| | | |
| | |
| | | <configuration> |
| | | <archive> |
| | | <manifest> |
| | | <mainClass>com.ximple.eofms.XQuartzJobCarrier</mainClass> |
| | | <addClasspath>true</addClasspath> |
| | | </manifest> |
| | | </archive> |
| | |
| | | </plugin> |
| | | |
| | | <!-- ======================================================= --> |
| | | <!-- Source packaging. --> |
| | | <!-- Source packaging. --> |
| | | <!-- ======================================================= --> |
| | | <plugin> |
| | | <inherited>true</inherited> |
| | |
| | | </executions> |
| | | </plugin> |
| | | |
| | | <!-- |
| | | <plugin> |
| | | <groupId>org.geotools.maven</groupId> |
| | | <artifactId>gt2-jar-collector</artifactId> |
| | | <version>${gt.version}</version> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | | <goal>collect</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | --> |
| | | |
| | | <!-- ======================================================= --> |
| | | <!-- exec jar. --> |
| | | <!-- ======================================================= --> |
| | | <plugin> |
| | | <!-- |
| | | Use maven from the command line: |
| | | mvn exec:java -Dexec.mainClass="com.ximple.eofms.XQuartzJobCarrier" |
| | | --> |
| | | <artifactId>exec-maven-plugin</artifactId> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <!-- |
| | | <executions> |
| | | <execution> |
| | | <phase>package</phase> |
| | | <goals> |
| | | <goal>run</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | --> |
| | | <configuration> |
| | | <mainClass>com.ximple.eofms.XQuartzJobCarrier</mainClass> |
| | | </configuration> |
| | | <!-- |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.ximple.eofms</groupId> |
| | | <artifactId>ximple-jobcarrier</artifactId> |
| | | <version>0.0.1</version> |
| | | <type>jar</type> |
| | | </dependency> |
| | | </dependencies> |
| | | --> |
| | | </plugin> |
| | | </plugins> |
| | | <resources> |
| | | </resources> |
| | | </build> |
| | | |
| | | <distributionManagement> |