| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <artifactId>velocity</artifactId> |
| | | <groupId>org.apache.velocity</groupId> |
| | | <artifactId>velocity</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-cli</groupId> |
| | | <artifactId>commons-cli</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- ORACLE --> |
| | |
| | | </executions> |
| | | --> |
| | | <configuration> |
| | | <!-- |
| | | <mainClass>com.ximple.eofms.XQuartzJobCarrier</mainClass> |
| | | <!-- |
| | | <commandlineArgs>-wizard</commandlineArgs> |
| | | --> |
| | | <mainClass>com.ximple.eofms.XQuartzJobWizard</mainClass> |
| | | </configuration> |
| | | <!-- |
| | | <dependencies> |
| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>native2ascii-maven-plugin</artifactId> |
| | | <version>1.0-alpha-1</version> |
| | | <configuration> |
| | | <dest>target/classes/com/ximple/eofms</dest> |
| | | <src>src/main/resources/com/ximple/eofms</src> |
| | | </configuration> |
| | | <executions> |
| | | <execution> |
| | | <id>native2ascii-utf8</id> |
| | | <goals> |
| | | <goal>native2ascii</goal> |
| | | </goals> |
| | | <configuration> |
| | | <encoding>UTF8</encoding> |
| | | <includes>XQuartzJobWizard_zh*.properties</includes> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | <resources> |
| | | <resource> |
| | | <directory>src/main/resources/com/ximple/eofms</directory> |
| | | <excludes> |
| | | <exclude>XQuartzJobWizard_zh*.properties</exclude> |
| | | </excludes> |
| | | <filtering>true</filtering> |
| | | </resource> |
| | | <resource> |
| | | <directory>src/main/resources</directory> |
| | | <includes> |
| | | <include>log4j.properties</include> |
| | | <include>quartz.properties</include> |
| | | <include>quartz_jobs.xml</include> |
| | | </includes> |
| | | <!-- |
| | | <excludes> |
| | | <exclude>XQuartzJobWizard*.properties</exclude> |
| | | <exclude>quartz_jobs.xml</exclude> |
| | | <exclude>quartz_jobs_shapefiles.xml</exclude> |
| | | </excludes> |
| | | --> |
| | | <filtering>false</filtering> |
| | | </resource> |
| | | </resources> |
| | | </build> |
| | | |