pom.xml | pom.xml | |||
---|---|---|---|---|
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" | <project xmlns="http://maven.apache.org/POM/4.0.0" | |||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/maven-v4_0_0.xsd"> | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.quartz-scheduler</groupId> | <groupId>org.quartz-scheduler</groupId> | |||
<artifactId>quartz-parent</artifactId> | <artifactId>quartz-parent</artifactId> | |||
<version>1.8.6</version> | <version>2.0.2</version> | |||
</parent> | </parent> | |||
<artifactId>quartz-all</artifactId> | <artifactId>quartz-all</artifactId> | |||
<name>Quartz Enterprise Job Scheduler - Complete bundle</name> | <name>Quartz Enterprise Job Scheduler - Complete bundle</name> | |||
<build> | <build> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<artifactId>maven-antrun-plugin</artifactId> | <artifactId>maven-antrun-plugin</artifactId> | |||
<executions> | <executions> | |||
skipping to change at line 49 | skipping to change at line 49 | |||
</executions> | </executions> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<artifactId>maven-deploy-plugin</artifactId> | <artifactId>maven-deploy-plugin</artifactId> | |||
<configuration> | <configuration> | |||
<skip>true</skip> | <skip>true</skip> | |||
</configuration> | </configuration> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
<pluginManagement> | ||||
<plugins> | ||||
<!--This plugin's configuration is used to store Eclipse m2e | ||||
settings only. It has no influence on the Maven build itself.--> | ||||
<plugin> | ||||
<groupId>org.eclipse.m2e</groupId> | ||||
<artifactId>lifecycle-mapping</artifactId> | ||||
<version>1.0.0</version> | ||||
<configuration> | ||||
<lifecycleMappingMetadata> | ||||
<pluginExecutions> | ||||
<pluginExecution> | ||||
<pluginExecutionFilt | ||||
er> | ||||
<groupId> | ||||
org. | ||||
apache.maven.plugins | ||||
</groupId> | ||||
<artifactId> | ||||
mave | ||||
n-antrun-plugin | ||||
</artifactId | ||||
> | ||||
<versionRang | ||||
e>[1.3,)</versionRange> | ||||
<goals> | ||||
<goa | ||||
l>run</goal> | ||||
</goals> | ||||
</pluginExecutionFil | ||||
ter> | ||||
<action> | ||||
<ignore></ig | ||||
nore> | ||||
</action> | ||||
</pluginExecution> | ||||
</pluginExecutions> | ||||
</lifecycleMappingMetadata> | ||||
</configuration> | ||||
</plugin> | ||||
</plugins> | ||||
</pluginManagement> | ||||
</build> | </build> | |||
</project> | </project> | |||
End of changes. 2 change blocks. | ||||
43 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |