Added eclipse luna life cycle mapping and formatted all pom.xml

This commit is contained in:
Willem Cazander 2014-08-31 15:03:03 +02:00
parent bd9bfadeb4
commit 0c811208ec
8 changed files with 1107 additions and 1064 deletions

945
pom.xml
View file

@ -1,501 +1,472 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.x4o</groupId> <modelVersion>4.0.0</modelVersion>
<artifactId>x4o</artifactId> <groupId>org.x4o</groupId>
<packaging>pom</packaging> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <packaging>pom</packaging>
<name>x4o</name> <version>0.8.7-SNAPSHOT</version>
<description>Creates an easy xml layer for objects and creating your own xml language implementations.</description> <name>x4o</name>
<url>http://www.x4o.org</url> <description>Creates an easy xml layer for objects and creating your own xml language implementations.</description>
<inceptionYear>2004</inceptionYear> <url>http://www.x4o.org</url>
<organization> <inceptionYear>2004</inceptionYear>
<name>X4O</name> <organization>
<url>http://www.x4o.org/</url> <name>X4O</name>
</organization> <url>http://www.x4o.org/</url>
<developers> </organization>
<developer> <developers>
<id>willem.cazander</id> <developer>
<name>Willem Cazander</name> <id>willem.cazander</id>
<email>w.cazander@gmail.com</email> <name>Willem Cazander</name>
<organization>X4O.org</organization> <email>w.cazander@gmail.com</email>
<timezone>+1</timezone> <organization>X4O.org</organization>
<roles> <timezone>+1</timezone>
<role>Project Manager</role> <roles>
<role>Architect</role> <role>Project Manager</role>
</roles> <role>Architect</role>
</developer> </roles>
</developers> </developer>
<licenses> </developers>
<license> <licenses>
<name>BSD</name> <license>
<url>license.txt</url> <name>BSD</name>
<distribution>repo</distribution> <url>license.txt</url>
</license> <distribution>repo</distribution>
</licenses> </license>
<scm> </licenses>
<connection>scm:git:ssh://git.sv.gnu.org:/srv/git/x4o.git</connection> <scm>
<developerConnection>scm:git:ssh://git.sv.gnu.org:/srv/git/x4o.git</developerConnection> <connection>scm:git:ssh://git.sv.gnu.org:/srv/git/x4o.git</connection>
<url>http://git.savannah.gnu.org/cgit/x4o.git</url> <developerConnection>scm:git:ssh://git.sv.gnu.org:/srv/git/x4o.git</developerConnection>
</scm> <url>http://git.savannah.gnu.org/cgit/x4o.git</url>
<issueManagement> </scm>
<system>savannah</system> <issueManagement>
<url>https://savannah.nongnu.org/bugs/?group=x4o</url> <system>savannah</system>
</issueManagement> <url>https://savannah.nongnu.org/bugs/?group=x4o</url>
<prerequisites> </issueManagement>
<maven>3.0.1</maven> <prerequisites>
</prerequisites> <maven>3.0.1</maven>
<modules> </prerequisites>
<module>x4o-driver</module> <modules>
<module>x4o-eld-doc</module> <module>x4o-driver</module>
<module>x4o-html</module> <module>x4o-eld-doc</module>
<module>x4o-meta</module> <module>x4o-html</module>
<module>x4o-tool</module> <module>x4o-meta</module>
</modules> <module>x4o-tool</module>
<distributionManagement> </modules>
<site> <distributionManagement>
<id>x4o-site</id> <site>
<url>http://www.x4o.org/</url> <id>x4o-site</id>
</site> <url>http://www.x4o.org/</url>
</distributionManagement> </site>
<properties> </distributionManagement>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <properties>
<project.build.javaVersion>1.5</project.build.javaVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.javaVersion>1.5</project.build.javaVersion>
<!-- Build plugin versions --> <!-- Build plugin versions -->
<maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version> <maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
<maven-source-plugin.version>2.1.2</maven-source-plugin.version> <maven-source-plugin.version>2.1.2</maven-source-plugin.version>
<maven-javadoc-plugin.version>2.9</maven-javadoc-plugin.version> <maven-javadoc-plugin.version>2.9</maven-javadoc-plugin.version>
<maven-assembly-plugin.version>2.3</maven-assembly-plugin.version> <maven-assembly-plugin.version>2.3</maven-assembly-plugin.version>
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version> <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
<maven-site-plugin.version>3.2</maven-site-plugin.version> <maven-site-plugin.version>3.2</maven-site-plugin.version>
<maven-pmd-plugin.version>3.0.1</maven-pmd-plugin.version> <maven-pmd-plugin.version>3.0.1</maven-pmd-plugin.version>
<maven-surefire-plugin.version>2.13</maven-surefire-plugin.version> <maven-surefire-plugin.version>2.13</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>2.14.1</maven-surefire-report-plugin.version> <maven-surefire-report-plugin.version>2.14.1</maven-surefire-report-plugin.version>
<maven-checkstyle-plugin.version>2.9.1</maven-checkstyle-plugin.version> <maven-checkstyle-plugin.version>2.9.1</maven-checkstyle-plugin.version>
<maven-enforcer-plugin.version>1.0-beta-1</maven-enforcer-plugin.version> <maven-enforcer-plugin.version>1.0-beta-1</maven-enforcer-plugin.version>
<maven-project-info-reports-plugin.version>2.6</maven-project-info-reports-plugin.version> <maven-project-info-reports-plugin.version>2.6</maven-project-info-reports-plugin.version>
<maven-release-plugin.version>2.2.2</maven-release-plugin.version> <maven-release-plugin.version>2.2.2</maven-release-plugin.version>
<maven-changelog-plugin.version>2.2</maven-changelog-plugin.version> <maven-changelog-plugin.version>2.2</maven-changelog-plugin.version>
<maven-jar-plugin.version>2.4</maven-jar-plugin.version> <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
<maven-license-plugin.version>1.10.b1</maven-license-plugin.version> <maven-license-plugin.version>1.10.b1</maven-license-plugin.version>
<maven-clean-plugin.version>2.4.1</maven-clean-plugin.version> <maven-clean-plugin.version>2.4.1</maven-clean-plugin.version>
<!-- Build non-maven plugin versions --> <!-- Build non-maven plugin versions -->
<webstart-maven-plugin.version>1.0-beta-1</webstart-maven-plugin.version> <webstart-maven-plugin.version>1.0-beta-1</webstart-maven-plugin.version>
<launch4j-maven-plugin.version>1.3</launch4j-maven-plugin.version> <launch4j-maven-plugin.version>1.3</launch4j-maven-plugin.version>
<cobertura-maven-plugin.version>2.5.1</cobertura-maven-plugin.version> <cobertura-maven-plugin.version>2.5.1</cobertura-maven-plugin.version>
<taglist-maven-plugin.version>2.4</taglist-maven-plugin.version> <taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
<jdepend-maven-plugin.version>2.0-beta-2</jdepend-maven-plugin.version> <jdepend-maven-plugin.version>2.0-beta-2</jdepend-maven-plugin.version>
<!-- Build lib versions --> <!-- Build lib versions -->
<ant-contrib.version>1.0b3</ant-contrib.version> <ant-contrib.version>1.0b3</ant-contrib.version>
<ant-nodeps.version>1.8.1</ant-nodeps.version> <ant-nodeps.version>1.8.1</ant-nodeps.version>
<ant.version>1.9.0</ant.version> <ant.version>1.9.0</ant.version>
<ant-testutil.version>1.9.0</ant-testutil.version> <ant-testutil.version>1.9.0</ant-testutil.version>
<!-- Build test lib versions --> <!-- Build test lib versions -->
<mockito-all.version>1.9.0</mockito-all.version> <mockito-all.version>1.9.0</mockito-all.version>
<testng.version>6.3.1</testng.version> <testng.version>6.3.1</testng.version>
<junit.version>4.11</junit.version> <junit.version>4.11</junit.version>
<xerces.version>2.11.0</xerces.version><!-- Only needed in jdk1.5 --> <xerces.version>2.11.0</xerces.version><!-- Only needed in jdk1.5 -->
<!-- Application lib versions --> <!-- Application lib versions -->
<jasper-el.version>6.0.20</jasper-el.version> <jasper-el.version>6.0.20</jasper-el.version>
<juel.version>2.1.0</juel.version> <juel.version>2.1.0</juel.version>
<!-- Maven plugin building --> <!-- Maven plugin building -->
<maven-plugin-api.version>3.0</maven-plugin-api.version> <maven-plugin-api.version>3.0</maven-plugin-api.version>
<maven-plugin-annotations.version>3.2</maven-plugin-annotations.version> <maven-plugin-annotations.version>3.2</maven-plugin-annotations.version>
<maven-plugin-testing-harness.version>2.0</maven-plugin-testing-harness.version> <maven-plugin-testing-harness.version>2.0</maven-plugin-testing-harness.version>
<plexus-utils.version>3.0.1</plexus-utils.version> <plexus-utils.version>3.0.1</plexus-utils.version>
<maven-plugin-plugin.version>3.2</maven-plugin-plugin.version> <maven-plugin-plugin.version>3.2</maven-plugin-plugin.version>
</properties> </properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-clean-plugin</artifactId> <artifactId>maven-clean-plugin</artifactId>
<version>${maven-clean-plugin.version}</version> <version>${maven-clean-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<id>default-clean</id> <id>default-clean</id>
<phase>clean</phase> <phase>clean</phase>
<goals> <goals>
<goal>clean</goal> <goal>clean</goal>
</goals> </goals>
<configuration> <configuration>
<!-- only clean childeren of target not folder itself. --> <!-- only clean childeren of target not folder itself. -->
<excludeDefaultDirectories>true</excludeDefaultDirectories> <excludeDefaultDirectories>true</excludeDefaultDirectories>
<filesets> <filesets>
<fileset> <fileset>
<directory>${project.build.directory}</directory> <directory>${project.build.directory}</directory>
<includes> <includes>
<include>**/*</include> <include>**/*</include>
</includes> </includes>
</fileset> </fileset>
</filesets> </filesets>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version> <version>${maven-compiler-plugin.version}</version>
<configuration> <configuration>
<encoding>${project.build.sourceEncoding}</encoding> <encoding>${project.build.sourceEncoding}</encoding>
<source>${project.build.javaVersion}</source> <source>${project.build.javaVersion}</source>
<target>${project.build.javaVersion}</target> <target>${project.build.javaVersion}</target>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
<optimize>true</optimize> <optimize>true</optimize>
<fork>false</fork> <fork>false</fork>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version> <version>${maven-source-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<id>attach-sources</id> <id>attach-sources</id>
<goals><goal>jar-no-fork</goal></goals> <goals>
</execution> <goal>jar-no-fork</goal>
</executions> </goals>
</plugin> </execution>
<plugin> </executions>
<groupId>org.apache.maven.plugins</groupId> </plugin>
<artifactId>maven-javadoc-plugin</artifactId> <plugin>
<version>${maven-javadoc-plugin.version}</version> <groupId>org.apache.maven.plugins</groupId>
<configuration> <artifactId>maven-javadoc-plugin</artifactId>
<quiet>true</quiet> <version>${maven-javadoc-plugin.version}</version>
</configuration> <configuration>
<executions> <quiet>true</quiet>
<execution> </configuration>
<id>attach-javadocs</id> <executions>
<goals><goal>jar</goal></goals> <execution>
</execution> <id>attach-javadocs</id>
</executions> <goals>
</plugin> <goal>jar</goal>
<plugin> </goals>
<groupId>org.apache.maven.plugins</groupId> </execution>
<artifactId>maven-surefire-plugin</artifactId> </executions>
<version>${maven-surefire-plugin.version}</version> </plugin>
<configuration> <plugin>
<includes> <groupId>org.apache.maven.plugins</groupId>
<include>**/*Test.java</include> <artifactId>maven-surefire-plugin</artifactId>
</includes> <version>${maven-surefire-plugin.version}</version>
<excludes> <configuration>
<exclude>**/*InteractiveTest.java</exclude> <includes>
</excludes> <include>**/*Test.java</include>
</configuration> </includes>
</plugin> <excludes>
<plugin> <exclude>**/*InteractiveTest.java</exclude>
<groupId>org.apache.maven.plugins</groupId> </excludes>
<artifactId>maven-checkstyle-plugin</artifactId> </configuration>
<version>${maven-checkstyle-plugin.version}</version> </plugin>
<configuration> <plugin>
<enableRulesSummary>true</enableRulesSummary> <groupId>org.apache.maven.plugins</groupId>
<configLocation>src/main/config/checkstyle.xml</configLocation> <artifactId>maven-checkstyle-plugin</artifactId>
</configuration> <version>${maven-checkstyle-plugin.version}</version>
</plugin> <configuration>
<plugin> <enableRulesSummary>true</enableRulesSummary>
<groupId>org.apache.maven.plugins</groupId> <configLocation>src/main/config/checkstyle.xml</configLocation>
<artifactId>maven-site-plugin</artifactId> </configuration>
<version>${maven-site-plugin.version}</version> </plugin>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${maven-site-plugin.version}</version>
</plugin>
<!-- Build documention <!-- Build documention <plugin> <groupId>com.agilejava.docbkx</groupId>
<plugin> <artifactId>docbkx-maven-plugin</artifactId> <version>2.0.9</version> <configuration>
<groupId>com.agilejava.docbkx</groupId> <sourceDirectory>src/main/docbook/</sourceDirectory> <targetDirectory>target/site/docbook/</targetDirectory>
<artifactId>docbkx-maven-plugin</artifactId> <includes>*.xml</includes> <xincludeSupported>true</xincludeSupported> <entities>
<version>2.0.9</version> <entity><name>version</name><value>${project.version}</value></entity> </entities>
<configuration> <chunkedOutput>true</chunkedOutput> </configuration> <executions> <execution>
<sourceDirectory>src/main/docbook/</sourceDirectory> <id>create-pdf-docs</id> <phase>site</phase> <goals><goal>generate-pdf</goal></goals>
<targetDirectory>target/site/docbook/</targetDirectory> <configuration> <imgSrcPath>file:///${basedir}/src/main/docbook/</imgSrcPath>
<includes>*.xml</includes> </configuration> </execution> <execution> <id>create-html-docs</id> <phase>site</phase>
<xincludeSupported>true</xincludeSupported> <goals><goal>generate-html</goal></goals> <configuration> <preProcess> <copy
<entities> todir="target/site/docbook/images"> <fileset dir="src/main/docbook/images"
<entity><name>version</name><value>${project.version}</value></entity> /> </copy> </preProcess> </configuration> </execution> </executions> <dependencies>
</entities> <dependency> <groupId>org.docbook</groupId> <artifactId>docbook-xml</artifactId>
<chunkedOutput>true</chunkedOutput> <version>4.4</version> <scope>runtime</scope> </dependency> </dependencies>
</configuration> </plugin> -->
<executions>
<execution>
<id>create-pdf-docs</id>
<phase>site</phase>
<goals><goal>generate-pdf</goal></goals>
<configuration>
<imgSrcPath>file:///${basedir}/src/main/docbook/</imgSrcPath>
</configuration>
</execution>
<execution>
<id>create-html-docs</id>
<phase>site</phase>
<goals><goal>generate-html</goal></goals>
<configuration>
<preProcess>
<copy todir="target/site/docbook/images">
<fileset dir="src/main/docbook/images" />
</copy>
</preProcess>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.docbook</groupId>
<artifactId>docbook-xml</artifactId>
<version>4.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</plugin>
-->
<!-- Perform maven releases --> <!-- Perform maven releases -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version> <version>${maven-release-plugin.version}</version>
<configuration> <configuration>
<preparationGoals>clean install verify</preparationGoals> <preparationGoals>clean install verify</preparationGoals>
<goals>clean install</goals> <goals>clean install</goals>
<!-- <!-- <goals>clean install javadoc:javadoc deploy</goals> <arguments>-Prelease
<goals>clean install javadoc:javadoc deploy</goals> -DaltDeploymentRepository="${altDeploymentRepository}"</arguments> -->
<arguments>-Prelease -DaltDeploymentRepository="${altDeploymentRepository}"</arguments> </configuration>
--> </plugin>
</configuration>
</plugin>
</plugins> </plugins>
<!-- Extensions --> <!-- Extensions -->
<extensions> <extensions>
</extensions> </extensions>
<!-- PluginManagement --> <!-- PluginManagement -->
<pluginManagement> <pluginManagement>
</pluginManagement> </pluginManagement>
</build> </build>
<reporting> <reporting>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<version>${maven-project-info-reports-plugin.version}</version> <version>${maven-project-info-reports-plugin.version}</version>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version> <version>${maven-javadoc-plugin.version}</version>
<configuration> <configuration>
<quiet>true</quiet> <quiet>true</quiet>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<linksource>true</linksource> <linksource>true</linksource>
<minmemory>64m</minmemory> <minmemory>64m</minmemory>
<maxmemory>512m</maxmemory> <maxmemory>512m</maxmemory>
<docfilessubdirs>true</docfilessubdirs> <docfilessubdirs>true</docfilessubdirs>
<linksource>true</linksource> <linksource>true</linksource>
</configuration> </configuration>
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>
<report>aggregate</report> <report>aggregate</report>
<report>test-aggregate</report> <report>test-aggregate</report>
<report>fix</report> <report>fix</report>
<report>test-fix</report> <report>test-fix</report>
</reports> </reports>
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId> <artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura-maven-plugin.version}</version> <version>${cobertura-maven-plugin.version}</version>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<formats> <formats>
<format>html</format> <format>html</format>
<format>xml</format> <format>xml</format>
</formats> </formats>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId> <artifactId>jdepend-maven-plugin</artifactId>
<version>${jdepend-maven-plugin.version}</version> <version>${jdepend-maven-plugin.version}</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
<version>${maven-pmd-plugin.version}</version> <version>${maven-pmd-plugin.version}</version>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<linkXref>true</linkXref> <linkXref>true</linkXref>
<sourceEncoding>${project.build.sourceEncoding}</sourceEncoding> <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
<minimumTokens>100</minimumTokens> <minimumTokens>100</minimumTokens>
<targetJdk>${project.build.javaVersion}</targetJdk> <targetJdk>${project.build.javaVersion}</targetJdk>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version> <version>${maven-checkstyle-plugin.version}</version>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<enableRulesSummary>true</enableRulesSummary> <enableRulesSummary>true</enableRulesSummary>
<configLocation>src/main/config/checkstyle.xml</configLocation> <configLocation>src/main/config/checkstyle.xml</configLocation>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId> <artifactId>maven-surefire-report-plugin</artifactId>
<version>${maven-surefire-report-plugin.version}</version> <version>${maven-surefire-report-plugin.version}</version>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId> <artifactId>maven-changelog-plugin</artifactId>
<version>${maven-changelog-plugin.version}</version> <version>${maven-changelog-plugin.version}</version>
<inherited>false</inherited> <inherited>false</inherited>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>
<profiles> <profiles>
<profile> <profile>
<id>x4o-test-none</id> <id>x4o-test-none</id>
<properties> <properties>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>x4o-test-speed</id> <id>x4o-test-speed</id>
<properties> <properties>
<skipTests>false</skipTests> <skipTests>false</skipTests>
<make-work>todo</make-work> <make-work>todo</make-work>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>x4o-update-schema-cel</id> <id>x4o-update-schema-cel</id>
<properties> <properties>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>x4o-update-schema-eld</id> <id>x4o-update-schema-eld</id>
<properties> <properties>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>x4o-build-site-doc</id> <id>x4o-build-site-doc</id>
<properties> <properties>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>x4o-check-license</id> <id>x4o-check-license</id>
<properties> <properties>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</properties> </properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>com.mycila.maven-license-plugin</groupId> <groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId> <artifactId>maven-license-plugin</artifactId>
<version>${maven-license-plugin.version}</version> <version>${maven-license-plugin.version}</version>
<configuration> <configuration>
<header>license.txt</header> <header>license.txt</header>
<strictCheck>true</strictCheck> <strictCheck>true</strictCheck>
<useDefaultExcludes>true</useDefaultExcludes> <useDefaultExcludes>true</useDefaultExcludes>
<useDefaultMapping>false</useDefaultMapping> <useDefaultMapping>false</useDefaultMapping>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<excludes> <excludes>
<exclude>**/*~</exclude> <exclude>**/*~</exclude>
<exclude>**/.git</exclude> <exclude>**/.git</exclude>
<exclude>**/.git/**</exclude> <exclude>**/.git/**</exclude>
<exclude>.gitignore</exclude> <exclude>.gitignore</exclude>
<exclude>**/target/**</exclude> <exclude>**/target/**</exclude>
<exclude>**/test-output/**</exclude> <exclude>**/test-output/**</exclude>
<exclude>**/release.properties</exclude> <exclude>**/release.properties</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude> <exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/.classpath</exclude> <exclude>**/.classpath</exclude>
<exclude>**/.project</exclude> <exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude> <exclude>**/.settings/**</exclude>
<exclude>**/*.txt</exclude> <exclude>**/*.txt</exclude>
<exclude>**/*.jks</exclude> <exclude>**/*.jks</exclude>
<exclude>**/*.sch</exclude> <exclude>**/*.sch</exclude>
<exclude>**/*.so</exclude> <exclude>**/*.so</exclude>
<exclude>**/*.dll</exclude> <exclude>**/*.dll</exclude>
<exclude>**/*.png</exclude> <exclude>**/*.png</exclude>
<exclude>**/*.pom</exclude> <exclude>**/*.pom</exclude>
<exclude>**/.empty</exclude> <exclude>**/.empty</exclude>
<exclude>**/.directory</exclude> <exclude>**/.directory</exclude>
<exclude>**/empty-real.xml</exclude> <exclude>**/empty-real.xml</exclude>
<exclude>**/empty-test.xml</exclude> <exclude>**/empty-test.xml</exclude>
<exclude>**/empty-x4o.xml</exclude> <exclude>**/empty-x4o.xml</exclude>
<exclude>**/empty-xml.xml</exclude> <exclude>**/empty-xml.xml</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/HTML32.dcl</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/HTML32.dcl</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/HTML32.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/HTML32.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/ISOlat1.ent</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/ISOlat1.ent</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/html32.soc</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/html32.soc</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTML4.cat</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTML4.cat</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTML4.decl</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTML4.decl</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLlat1.ent</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLlat1.ent</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLspecial.ent</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLspecial.ent</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLsymbol.ent</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLsymbol.ent</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/frameset.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/frameset.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/loose.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/loose.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/strict.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/strict.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-lat1.ent</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-lat1.ent</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-special.ent</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-special.ent</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-symbol.ent</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-symbol.ent</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml.soc</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml.soc</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-frameset.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-frameset.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-strict.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-strict.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-transitional.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-transitional.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1.dcl</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1.dcl</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-5.draft/html5dtd.org-draft.dtd</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-5.draft/html5dtd.org-draft.dtd</exclude>
<exclude>**/src/main/resources/org/x4o/html/spec/html-5.draft/entities.json</exclude> <exclude>**/src/main/resources/org/x4o/html/spec/html-5.draft/entities.json</exclude>
</excludes> </excludes>
<mapping> <mapping>
<java>SLASHSTAR_STYLE</java> <java>SLASHSTAR_STYLE</java>
<xml>XML_STYLE</xml> <xml>XML_STYLE</xml>
<eld>XML_STYLE</eld> <eld>XML_STYLE</eld>
<fml>XML_STYLE</fml> <fml>XML_STYLE</fml>
<xsd>XML_STYLE</xsd> <xsd>XML_STYLE</xsd>
<dtd>XML_STYLE</dtd> <dtd>XML_STYLE</dtd>
<ent>XML_STYLE</ent> <ent>XML_STYLE</ent>
<apt>DOUBLETILDE_STYLE</apt> <apt>DOUBLETILDE_STYLE</apt>
<properties>SCRIPT_STYLE</properties> <properties>SCRIPT_STYLE</properties>
<sh>SCRIPT_STYLE</sh> <sh>SCRIPT_STYLE</sh>
<css>SLASHSTAR_STYLE</css> <css>SLASHSTAR_STYLE</css>
<soc>DOUBLEDASHES_STYLE</soc> <soc>DOUBLEDASHES_STYLE</soc>
<cat>DOUBLEDASHES_STYLE</cat> <cat>DOUBLEDASHES_STYLE</cat>
<dcl>XML_STYLE</dcl><!-- this is not correct need SGML_STYLE !! --> <dcl>XML_STYLE</dcl><!-- this is not correct need SGML_STYLE !! -->
<decl>XML_STYLE</decl><!-- this is not correct need SGML_STYLE !! --> <decl>XML_STYLE</decl><!-- this is not correct need SGML_STYLE !! -->
</mapping> </mapping>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<phase>test</phase> <phase>test</phase>
<goals> <goals>
<goal>check</goal> <goal>check</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
</profiles> </profiles>
</project> </project>

View file

@ -1,65 +1,66 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<artifactId>x4o</artifactId> <parent>
<groupId>org.x4o</groupId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <groupId>org.x4o</groupId>
</parent> <version>0.8.7-SNAPSHOT</version>
<artifactId>x4o-driver</artifactId> </parent>
<packaging>jar</packaging> <artifactId>x4o-driver</artifactId>
<name>x4o-driver</name> <packaging>jar</packaging>
<description>x4o-driver</description> <name>x4o-driver</name>
<dependencies> <description>x4o-driver</description>
<dependency> <dependencies>
<groupId>org.apache.tomcat</groupId> <dependency>
<artifactId>jasper-el</artifactId> <groupId>org.apache.tomcat</groupId>
<version>${jasper-el.version}</version> <artifactId>jasper-el</artifactId>
</dependency> <version>${jasper-el.version}</version>
<dependency> </dependency>
<groupId>de.odysseus.juel</groupId> <dependency>
<artifactId>juel</artifactId> <groupId>de.odysseus.juel</groupId>
<version>${juel.version}</version> <artifactId>juel</artifactId>
<scope>test</scope> <version>${juel.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>junit</groupId> <dependency>
<artifactId>junit</artifactId> <groupId>junit</groupId>
<version>${junit.version}</version> <artifactId>junit</artifactId>
<scope>test</scope> <version>${junit.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>xerces</groupId> <dependency>
<artifactId>xercesImpl</artifactId> <groupId>xerces</groupId>
<version>${xerces.version}</version> <artifactId>xercesImpl</artifactId>
<scope>test</scope> <version>${xerces.version}</version>
</dependency> <scope>test</scope>
</dependencies> </dependency>
<build> </dependencies>
<pluginManagement> <build>
<plugins> <pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-site-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-site-plugin.version}</version> <artifactId>maven-site-plugin</artifactId>
<configuration> <version>${maven-site-plugin.version}</version>
<siteDirectory>${project.basedir}/../src/site-child</siteDirectory> <configuration>
</configuration> <siteDirectory>${project.basedir}/../src/site-child</siteDirectory>
</plugin> </configuration>
</plugins> </plugin>
</pluginManagement> </plugins>
<plugins> </pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-jar-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-jar-plugin.version}</version> <artifactId>maven-jar-plugin</artifactId>
<executions> <version>${maven-jar-plugin.version}</version>
<execution> <executions>
<goals> <execution>
<goal>test-jar</goal> <goals>
</goals> <goal>test-jar</goal>
</execution> </goals>
</executions> </execution>
</plugin> </executions>
</plugins> </plugin>
</build> </plugins>
</build>
</project> </project>

View file

@ -1,63 +1,64 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<artifactId>x4o</artifactId> <parent>
<groupId>org.x4o</groupId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <groupId>org.x4o</groupId>
</parent> <version>0.8.7-SNAPSHOT</version>
<artifactId>x4o-eld-doc</artifactId> </parent>
<packaging>jar</packaging> <artifactId>x4o-eld-doc</artifactId>
<name>x4o-eld-doc</name> <packaging>jar</packaging>
<description>x4o-eld-doc</description> <name>x4o-eld-doc</name>
<dependencies> <description>x4o-eld-doc</description>
<dependency> <dependencies>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-html</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-html</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>de.odysseus.juel</groupId> <dependency>
<artifactId>juel</artifactId> <groupId>de.odysseus.juel</groupId>
<version>${juel.version}</version> <artifactId>juel</artifactId>
<scope>test</scope> <version>${juel.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>junit</groupId> <dependency>
<artifactId>junit</artifactId> <groupId>junit</groupId>
<version>${junit.version}</version> <artifactId>junit</artifactId>
<scope>test</scope> <version>${junit.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
<type>test-jar</type> <version>${project.version}</version>
<scope>test</scope> <type>test-jar</type>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>xerces</groupId> <dependency>
<artifactId>xercesImpl</artifactId> <groupId>xerces</groupId>
<version>${xerces.version}</version> <artifactId>xercesImpl</artifactId>
<scope>test</scope> <version>${xerces.version}</version>
</dependency> <scope>test</scope>
</dependencies> </dependency>
<build> </dependencies>
<pluginManagement> <build>
<plugins> <pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-site-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-site-plugin.version}</version> <artifactId>maven-site-plugin</artifactId>
<configuration> <version>${maven-site-plugin.version}</version>
<siteDirectory>${project.basedir}/../src/site-child</siteDirectory> <configuration>
</configuration> <siteDirectory>${project.basedir}/../src/site-child</siteDirectory>
</plugin> </configuration>
</plugins> </plugin>
</pluginManagement> </plugins>
</build> </pluginManagement>
</build>
</project> </project>

View file

@ -1,50 +1,51 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>org.x4o</groupId> <parent>
<artifactId>x4o</artifactId> <groupId>org.x4o</groupId>
<version>0.8.7-SNAPSHOT</version> <artifactId>x4o</artifactId>
</parent> <version>0.8.7-SNAPSHOT</version>
<artifactId>x4o-html</artifactId> </parent>
<name>x4o-html</name> <artifactId>x4o-html</artifactId>
<description>x4o-html writer and support.</description> <name>x4o-html</name>
<dependencies> <description>x4o-html writer and support.</description>
<dependency> <dependencies>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>de.odysseus.juel</groupId> <dependency>
<artifactId>juel</artifactId> <groupId>de.odysseus.juel</groupId>
<version>${juel.version}</version> <artifactId>juel</artifactId>
<scope>test</scope> <version>${juel.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>junit</groupId> <dependency>
<artifactId>junit</artifactId> <groupId>junit</groupId>
<version>${junit.version}</version> <artifactId>junit</artifactId>
<scope>test</scope> <version>${junit.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>xerces</groupId> <dependency>
<artifactId>xercesImpl</artifactId> <groupId>xerces</groupId>
<version>${xerces.version}</version> <artifactId>xercesImpl</artifactId>
<scope>test</scope> <version>${xerces.version}</version>
</dependency> <scope>test</scope>
</dependencies> </dependency>
<build> </dependencies>
<pluginManagement> <build>
<plugins> <pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-site-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-site-plugin.version}</version> <artifactId>maven-site-plugin</artifactId>
<configuration> <version>${maven-site-plugin.version}</version>
<siteDirectory>${project.basedir}/../src/site-child</siteDirectory> <configuration>
</configuration> <siteDirectory>${project.basedir}/../src/site-child</siteDirectory>
</plugin> </configuration>
</plugins> </plugin>
</pluginManagement> </plugins>
</build> </pluginManagement>
</build>
</project> </project>

View file

@ -1,52 +1,53 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<artifactId>x4o</artifactId> <parent>
<groupId>org.x4o</groupId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <groupId>org.x4o</groupId>
<relativePath>..</relativePath> <version>0.8.7-SNAPSHOT</version>
</parent> <relativePath>..</relativePath>
<artifactId>x4o-meta</artifactId> </parent>
<packaging>jar</packaging> <artifactId>x4o-meta</artifactId>
<name>x4o-meta</name> <packaging>jar</packaging>
<description>x4o meta sibling language</description> <name>x4o-meta</name>
<dependencies> <description>x4o meta sibling language</description>
<dependency> <dependencies>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>de.odysseus.juel</groupId> <dependency>
<artifactId>juel</artifactId> <groupId>de.odysseus.juel</groupId>
<version>${juel.version}</version> <artifactId>juel</artifactId>
<scope>test</scope> <version>${juel.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>junit</groupId> <dependency>
<artifactId>junit</artifactId> <groupId>junit</groupId>
<version>${junit.version}</version> <artifactId>junit</artifactId>
<scope>test</scope> <version>${junit.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>xerces</groupId> <dependency>
<artifactId>xercesImpl</artifactId> <groupId>xerces</groupId>
<version>${xerces.version}</version> <artifactId>xercesImpl</artifactId>
<scope>test</scope> <version>${xerces.version}</version>
</dependency> <scope>test</scope>
</dependencies> </dependency>
<build> </dependencies>
<pluginManagement> <build>
<plugins> <pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-site-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-site-plugin.version}</version> <artifactId>maven-site-plugin</artifactId>
<configuration> <version>${maven-site-plugin.version}</version>
<siteDirectory>${project.basedir}/../src/site-child</siteDirectory> <configuration>
</configuration> <siteDirectory>${project.basedir}/../src/site-child</siteDirectory>
</plugin> </configuration>
</plugins> </plugin>
</pluginManagement> </plugins>
</build> </pluginManagement>
</build>
</project> </project>

View file

@ -1,32 +1,33 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<artifactId>x4o</artifactId> <parent>
<groupId>org.x4o</groupId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <groupId>org.x4o</groupId>
<relativePath>..</relativePath> <version>0.8.7-SNAPSHOT</version>
</parent> <relativePath>..</relativePath>
<artifactId>x4o-tool</artifactId> </parent>
<groupId>org.x4o.tool</groupId> <artifactId>x4o-tool</artifactId>
<packaging>pom</packaging> <groupId>org.x4o.tool</groupId>
<name>x4o-tool</name> <packaging>pom</packaging>
<description>x4o tools to use and plugin for other applications</description> <name>x4o-tool</name>
<modules> <description>x4o tools to use and plugin for other applications</description>
<module>x4o-tool-ant-plugin</module> <modules>
<module>x4o-tool-maven-plugin</module> <module>x4o-tool-ant-plugin</module>
</modules> <module>x4o-tool-maven-plugin</module>
<build> </modules>
<pluginManagement> <build>
<plugins> <pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-site-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-site-plugin.version}</version> <artifactId>maven-site-plugin</artifactId>
<configuration> <version>${maven-site-plugin.version}</version>
<siteDirectory>${project.basedir}/../src/site-child</siteDirectory> <configuration>
</configuration> <siteDirectory>${project.basedir}/../src/site-child</siteDirectory>
</plugin> </configuration>
</plugins> </plugin>
</pluginManagement> </plugins>
</build> </pluginManagement>
</build>
</project> </project>

View file

@ -1,241 +1,268 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>org.x4o.tool</groupId> <parent>
<artifactId>x4o-tool</artifactId> <groupId>org.x4o.tool</groupId>
<version>0.8.7-SNAPSHOT</version> <artifactId>x4o-tool</artifactId>
</parent> <version>0.8.7-SNAPSHOT</version>
<artifactId>x4o-tool-ant-plugin</artifactId> </parent>
<name>x4o-tool-ant-plugin</name> <artifactId>x4o-tool-ant-plugin</artifactId>
<description>x4o-tool-ant-plugin</description> <name>x4o-tool-ant-plugin</name>
<dependencies> <description>x4o-tool-ant-plugin</description>
<dependency> <dependencies>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-eld-doc</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-eld-doc</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>org.apache.ant</groupId> <dependency>
<artifactId>ant</artifactId> <groupId>org.apache.ant</groupId>
<version>${ant.version}</version> <artifactId>ant</artifactId>
</dependency> <version>${ant.version}</version>
<dependency> </dependency>
<groupId>org.apache.ant</groupId> <dependency>
<artifactId>ant-testutil</artifactId> <groupId>org.apache.ant</groupId>
<version>${ant-testutil.version}</version> <artifactId>ant-testutil</artifactId>
<scope>test</scope> <version>${ant-testutil.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>junit</groupId> <dependency>
<artifactId>junit</artifactId> <groupId>junit</groupId>
<version>${junit.version}</version> <artifactId>junit</artifactId>
<scope>test</scope> <version>${junit.version}</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>de.odysseus.juel</groupId> <dependency>
<artifactId>juel</artifactId> <groupId>de.odysseus.juel</groupId>
<version>${juel.version}</version> <artifactId>juel</artifactId>
</dependency> <version>${juel.version}</version>
<dependency> </dependency>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
<type>test-jar</type> <version>${project.version}</version>
<scope>test</scope> <type>test-jar</type>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>xerces</groupId> <dependency>
<artifactId>xercesImpl</artifactId> <groupId>xerces</groupId>
<version>${xerces.version}</version> <artifactId>xercesImpl</artifactId>
<scope>test</scope> <version>${xerces.version}</version>
</dependency> <scope>test</scope>
</dependencies> </dependency>
<build> </dependencies>
<pluginManagement> <build>
<plugins> <pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-site-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-site-plugin.version}</version> <artifactId>maven-site-plugin</artifactId>
<configuration> <version>${maven-site-plugin.version}</version>
<siteDirectory>${project.basedir}/../../src/site-child</siteDirectory> <configuration>
</configuration> <siteDirectory>${project.basedir}/../../src/site-child</siteDirectory>
</plugin> </configuration>
</plugins> </plugin>
</pluginManagement> </plugins>
</build> </pluginManagement>
<profiles> </build>
<profile> <profiles>
<id>x4o-update-schema-cel</id> <profile>
<build> <id>x4o-update-schema-cel</id>
<plugins> <build>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-antrun-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-antrun-plugin.version}</version> <artifactId>maven-antrun-plugin</artifactId>
<executions> <version>${maven-antrun-plugin.version}</version>
<execution> <executions>
<id>x4o-update-schema-cel-run-ant</id> <execution>
<phase>generate-resources</phase> <id>x4o-update-schema-cel-run-ant</id>
<configuration> <phase>generate-resources</phase>
<target> <configuration>
<property name="coredir" value="${basedir}/../../x4o-driver/src/main/resources/META-INF" /> <target>
<property name="licesefile" value="${basedir}/../../license.txt"/> <property name="coredir"
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.plugin.classpath"/> value="${basedir}/../../x4o-driver/src/main/resources/META-INF" />
<x4oTask languageName="cel" taskId="eld-xsd"> <property name="licesefile" value="${basedir}/../../license.txt" />
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/cel"/> <taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask"
<x4oTaskProperty key="http://x4o.org/properties/content/prolog/licence-file" value="${licesefile}"/> classpathref="maven.plugin.classpath" />
</x4oTask> <x4oTask languageName="cel" taskId="eld-xsd">
</target> <x4oTaskProperty
</configuration> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/cel" />
<goals> <x4oTaskProperty
<goal>run</goal> key="http://x4o.org/properties/content/prolog/licence-file"
</goals> value="${licesefile}" />
</execution> </x4oTask>
</executions> </target>
<dependencies> </configuration>
<dependency> <goals>
<groupId>org.x4o.tool</groupId> <goal>run</goal>
<artifactId>x4o-tool-ant-plugin</artifactId> </goals>
<version>${project.version}</version> </execution>
</dependency> </executions>
</dependencies> <dependencies>
</plugin> <dependency>
</plugins> <groupId>org.x4o.tool</groupId>
</build> <artifactId>x4o-tool-ant-plugin</artifactId>
</profile> <version>${project.version}</version>
<profile> </dependency>
<id>x4o-update-schema-eld</id> </dependencies>
<build> </plugin>
<plugins> </plugins>
<plugin> </build>
<groupId>org.apache.maven.plugins</groupId> </profile>
<artifactId>maven-antrun-plugin</artifactId> <profile>
<version>${maven-antrun-plugin.version}</version> <id>x4o-update-schema-eld</id>
<executions> <build>
<execution> <plugins>
<id>x4o-update-schema-eld-run-ant</id> <plugin>
<phase>generate-resources</phase> <groupId>org.apache.maven.plugins</groupId>
<configuration> <artifactId>maven-antrun-plugin</artifactId>
<target> <version>${maven-antrun-plugin.version}</version>
<property name="coredir" value="${basedir}/../../x4o-driver/src/main/resources/META-INF" /> <executions>
<property name="licesefile" value="${basedir}/../../license.txt"/> <execution>
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.plugin.classpath"/> <id>x4o-update-schema-eld-run-ant</id>
<x4oTask languageName="eld" taskId="eld-xsd"> <phase>generate-resources</phase>
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/eld"/> <configuration>
<x4oTaskProperty key="http://x4o.org/properties/content/prolog/licence-file" value="${licesefile}"/> <target>
</x4oTask> <property name="coredir"
</target> value="${basedir}/../../x4o-driver/src/main/resources/META-INF" />
</configuration> <property name="licesefile" value="${basedir}/../../license.txt" />
<goals> <taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask"
<goal>run</goal> classpathref="maven.plugin.classpath" />
</goals> <x4oTask languageName="eld" taskId="eld-xsd">
</execution> <x4oTaskProperty
</executions> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/eld" />
<dependencies> <x4oTaskProperty
<dependency> key="http://x4o.org/properties/content/prolog/licence-file"
<groupId>org.x4o.tool</groupId> value="${licesefile}" />
<artifactId>x4o-tool-ant-plugin</artifactId> </x4oTask>
<version>${project.version}</version> </target>
</dependency> </configuration>
</dependencies> <goals>
</plugin> <goal>run</goal>
</plugins> </goals>
</build> </execution>
</profile> </executions>
<profile> <dependencies>
<id>x4o-build-site-doc</id> <dependency>
<build> <groupId>org.x4o.tool</groupId>
<plugins> <artifactId>x4o-tool-ant-plugin</artifactId>
<plugin> <version>${project.version}</version>
<groupId>org.apache.maven.plugins</groupId> </dependency>
<artifactId>maven-antrun-plugin</artifactId> </dependencies>
<version>${maven-antrun-plugin.version}</version> </plugin>
<executions> </plugins>
<execution> </build>
<id>x4o-build-site-doc-run-ant</id> </profile>
<phase>pre-site</phase> <profile>
<configuration> <id>x4o-build-site-doc</id>
<target> <build>
<property name="coredir" value="${basedir}/../../target/site/x4o-support" /> <plugins>
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.plugin.classpath"/> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-plugin.version}</version>
<executions>
<execution>
<id>x4o-build-site-doc-run-ant</id>
<phase>pre-site</phase>
<configuration>
<target>
<property name="coredir"
value="${basedir}/../../target/site/x4o-support" />
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask"
classpathref="maven.plugin.classpath" />
<x4oTask languageName="cel" taskId="eld-doc"> <x4oTask languageName="cel" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-cel-1.0"/> <x4oTaskProperty
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/"/> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-cel-1.0" />
</x4oTask> <x4oTaskProperty
<x4oTask languageName="eld" taskId="eld-doc"> key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/" />
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-eld-1.0"/> </x4oTask>
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/"/> <x4oTask languageName="eld" taskId="eld-doc">
</x4oTask> <x4oTaskProperty
<x4oTask languageName="test" taskId="eld-doc"> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-eld-1.0" />
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-test-1.0"/> <x4oTaskProperty
</x4oTask> key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/" />
<x4oTask languageName="swixml" taskId="eld-doc" languageVersion="2.0"> </x4oTask>
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-2.0"/> <x4oTask languageName="test" taskId="eld-doc">
</x4oTask> <x4oTaskProperty
<x4oTask languageName="swixml" taskId="eld-doc"> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-test-1.0" />
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-3.0"/> </x4oTask>
</x4oTask> <x4oTask languageName="swixml" taskId="eld-doc"
languageVersion="2.0">
<x4oTaskProperty
key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-2.0" />
</x4oTask>
<x4oTask languageName="swixml" taskId="eld-doc">
<x4oTaskProperty
key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-3.0" />
</x4oTask>
<x4oTask languageName="cel" taskId="eld-xsd"> <x4oTask languageName="cel" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-cel-1.0"/> <x4oTaskProperty
</x4oTask> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-cel-1.0" />
<x4oTask languageName="eld" taskId="eld-xsd"> </x4oTask>
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-eld-1.0"/> <x4oTask languageName="eld" taskId="eld-xsd">
</x4oTask> <x4oTaskProperty
<x4oTask languageName="test" taskId="eld-xsd"> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-eld-1.0" />
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-test-1.0"/> </x4oTask>
</x4oTask> <x4oTask languageName="test" taskId="eld-xsd">
<x4oTask languageName="swixml" taskId="eld-xsd" languageVersion="2.0"> <x4oTaskProperty
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-2.0"/> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-test-1.0" />
</x4oTask> </x4oTask>
<x4oTask languageName="swixml" taskId="eld-xsd"> <x4oTask languageName="swixml" taskId="eld-xsd"
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-3.0"/> languageVersion="2.0">
</x4oTask> <x4oTaskProperty
</target> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-2.0" />
</configuration> </x4oTask>
<goals> <x4oTask languageName="swixml" taskId="eld-xsd">
<goal>run</goal> <x4oTaskProperty
</goals> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-3.0" />
</execution> </x4oTask>
</executions> </target>
<dependencies> </configuration>
<dependency> <goals>
<groupId>org.x4o.tool</groupId> <goal>run</goal>
<artifactId>x4o-tool-ant-plugin</artifactId> </goals>
<version>${project.version}</version> </execution>
</dependency> </executions>
<dependency> <dependencies>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o.tool</groupId>
<version>${project.version}</version> <artifactId>x4o-tool-ant-plugin</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
<type>test-jar</type> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o-eld-doc</artifactId> <artifactId>x4o-driver</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> <type>test-jar</type>
<dependency> </dependency>
<groupId>de.odysseus.juel</groupId> <dependency>
<artifactId>juel</artifactId> <groupId>org.x4o</groupId>
<version>${juel.version}</version> <artifactId>x4o-eld-doc</artifactId>
</dependency> <version>${project.version}</version>
</dependencies> </dependency>
</plugin> <dependency>
</plugins> <groupId>de.odysseus.juel</groupId>
</build> <artifactId>juel</artifactId>
</profile> <version>${juel.version}</version>
</profiles> </dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project> </project>

View file

@ -1,70 +1,110 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>org.x4o.tool</groupId> <parent>
<artifactId>x4o-tool</artifactId> <groupId>org.x4o.tool</groupId>
<version>0.8.7-SNAPSHOT</version> <artifactId>x4o-tool</artifactId>
</parent> <version>0.8.7-SNAPSHOT</version>
<artifactId>x4o-tool-maven-plugin</artifactId> </parent>
<packaging>maven-plugin</packaging> <artifactId>x4o-tool-maven-plugin</artifactId>
<name>x4o-tool-maven-plugin</name> <packaging>maven-plugin</packaging>
<description>x4o-tool-maven-plugin</description> <name>x4o-tool-maven-plugin</name>
<dependencies> <description>x4o-tool-maven-plugin</description>
<dependency> <dependencies>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-driver</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-driver</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>org.x4o</groupId> <dependency>
<artifactId>x4o-eld-doc</artifactId> <groupId>org.x4o</groupId>
<version>${project.version}</version> <artifactId>x4o-eld-doc</artifactId>
</dependency> <version>${project.version}</version>
<dependency> </dependency>
<groupId>org.apache.maven</groupId> <dependency>
<artifactId>maven-plugin-api</artifactId> <groupId>org.apache.maven</groupId>
<version>${maven-plugin-api.version}</version> <artifactId>maven-plugin-api</artifactId>
<scope>provided</scope> <version>${maven-plugin-api.version}</version>
</dependency> <scope>provided</scope>
<dependency> </dependency>
<groupId>org.apache.maven.plugin-tools</groupId> <dependency>
<artifactId>maven-plugin-annotations</artifactId> <groupId>org.apache.maven.plugin-tools</groupId>
<version>${maven-plugin-annotations.version}</version> <artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope> <version>${maven-plugin-annotations.version}</version>
</dependency> <scope>provided</scope>
<dependency> </dependency>
<groupId>org.apache.maven.plugin-testing</groupId> <dependency>
<artifactId>maven-plugin-testing-harness</artifactId> <groupId>org.apache.maven.plugin-testing</groupId>
<version>${maven-plugin-testing-harness.version}</version> <artifactId>maven-plugin-testing-harness</artifactId>
<scope>test</scope> <version>${maven-plugin-testing-harness.version}</version>
</dependency> <scope>test</scope>
<!-- generated help mojo has a dependency to plexus-utils --> </dependency>
<dependency> <!-- generated help mojo has a dependency to plexus-utils -->
<groupId>org.codehaus.plexus</groupId> <dependency>
<artifactId>plexus-utils</artifactId> <groupId>org.codehaus.plexus</groupId>
<version>${plexus-utils.version}</version> <artifactId>plexus-utils</artifactId>
</dependency> <version>${plexus-utils.version}</version>
</dependencies> </dependency>
<build> </dependencies>
<plugins> <build>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-plugin-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<version>${maven-plugin-plugin.version}</version> <artifactId>maven-plugin-plugin</artifactId>
<configuration> <version>${maven-plugin-plugin.version}</version>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> <configuration>
</configuration> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
<executions> </configuration>
<execution> <executions>
<id>mojo-descriptor</id> <execution>
<goals><goal>descriptor</goal></goals> <id>mojo-descriptor</id>
</execution> <goals>
<execution> <goal>descriptor</goal>
<id>mojo-help</id> </goals>
<goals><goal>helpmojo</goal></goals> </execution>
</execution> <execution>
</executions> <id>mojo-help</id>
</plugin> <goals>
</plugins> <goal>helpmojo</goal>
</build> </goals>
</execution>
</executions>
</plugin>
</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>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-plugin-plugin
</artifactId>
<versionRange>[3.2,)</versionRange>
<goals>
<goal>descriptor</goal>
<goal>helpmojo</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>