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

967
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 -->
<maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
<maven-source-plugin.version>2.1.2</maven-source-plugin.version>
<maven-javadoc-plugin.version>2.9</maven-javadoc-plugin.version>
<maven-assembly-plugin.version>2.3</maven-assembly-plugin.version>
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
<maven-site-plugin.version>3.2</maven-site-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-report-plugin.version>2.14.1</maven-surefire-report-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-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-changelog-plugin.version>2.2</maven-changelog-plugin.version>
<maven-jar-plugin.version>2.4</maven-jar-plugin.version>
<maven-license-plugin.version>1.10.b1</maven-license-plugin.version>
<maven-clean-plugin.version>2.4.1</maven-clean-plugin.version>
<!-- Build non-maven plugin versions -->
<webstart-maven-plugin.version>1.0-beta-1</webstart-maven-plugin.version>
<launch4j-maven-plugin.version>1.3</launch4j-maven-plugin.version>
<cobertura-maven-plugin.version>2.5.1</cobertura-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>
<!-- Build lib versions -->
<ant-contrib.version>1.0b3</ant-contrib.version>
<ant-nodeps.version>1.8.1</ant-nodeps.version>
<ant.version>1.9.0</ant.version>
<ant-testutil.version>1.9.0</ant-testutil.version>
<!-- Build test lib versions -->
<mockito-all.version>1.9.0</mockito-all.version>
<testng.version>6.3.1</testng.version>
<junit.version>4.11</junit.version>
<xerces.version>2.11.0</xerces.version><!-- Only needed in jdk1.5 -->
<!-- Application lib versions -->
<jasper-el.version>6.0.20</jasper-el.version>
<juel.version>2.1.0</juel.version>
<!-- Maven plugin building -->
<maven-plugin-api.version>3.0</maven-plugin-api.version>
<maven-plugin-annotations.version>3.2</maven-plugin-annotations.version>
<maven-plugin-testing-harness.version>2.0</maven-plugin-testing-harness.version>
<plexus-utils.version>3.0.1</plexus-utils.version>
<maven-plugin-plugin.version>3.2</maven-plugin-plugin.version>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven-clean-plugin.version}</version>
<executions>
<execution>
<id>default-clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
<configuration>
<!-- only clean childeren of target not folder itself. -->
<excludeDefaultDirectories>true</excludeDefaultDirectories>
<filesets>
<fileset>
<directory>${project.build.directory}</directory>
<includes>
<include>**/*</include>
</includes>
</fileset>
</filesets>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${project.build.javaVersion}</source>
<target>${project.build.javaVersion}</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
<fork>false</fork>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<quiet>true</quiet>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals><goal>jar</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/*InteractiveTest.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<configuration>
<enableRulesSummary>true</enableRulesSummary>
<configLocation>src/main/config/checkstyle.xml</configLocation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${maven-site-plugin.version}</version>
</plugin>
<!-- Build documention <!-- Build plugin versions -->
<plugin> <maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
<groupId>com.agilejava.docbkx</groupId> <maven-source-plugin.version>2.1.2</maven-source-plugin.version>
<artifactId>docbkx-maven-plugin</artifactId> <maven-javadoc-plugin.version>2.9</maven-javadoc-plugin.version>
<version>2.0.9</version> <maven-assembly-plugin.version>2.3</maven-assembly-plugin.version>
<configuration> <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
<sourceDirectory>src/main/docbook/</sourceDirectory> <maven-site-plugin.version>3.2</maven-site-plugin.version>
<targetDirectory>target/site/docbook/</targetDirectory> <maven-pmd-plugin.version>3.0.1</maven-pmd-plugin.version>
<includes>*.xml</includes> <maven-surefire-plugin.version>2.13</maven-surefire-plugin.version>
<xincludeSupported>true</xincludeSupported> <maven-surefire-report-plugin.version>2.14.1</maven-surefire-report-plugin.version>
<entities> <maven-checkstyle-plugin.version>2.9.1</maven-checkstyle-plugin.version>
<entity><name>version</name><value>${project.version}</value></entity> <maven-enforcer-plugin.version>1.0-beta-1</maven-enforcer-plugin.version>
</entities> <maven-project-info-reports-plugin.version>2.6</maven-project-info-reports-plugin.version>
<chunkedOutput>true</chunkedOutput> <maven-release-plugin.version>2.2.2</maven-release-plugin.version>
</configuration> <maven-changelog-plugin.version>2.2</maven-changelog-plugin.version>
<executions> <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
<execution> <maven-license-plugin.version>1.10.b1</maven-license-plugin.version>
<id>create-pdf-docs</id> <maven-clean-plugin.version>2.4.1</maven-clean-plugin.version>
<phase>site</phase>
<goals><goal>generate-pdf</goal></goals> <!-- Build non-maven plugin versions -->
<configuration> <webstart-maven-plugin.version>1.0-beta-1</webstart-maven-plugin.version>
<imgSrcPath>file:///${basedir}/src/main/docbook/</imgSrcPath> <launch4j-maven-plugin.version>1.3</launch4j-maven-plugin.version>
</configuration> <cobertura-maven-plugin.version>2.5.1</cobertura-maven-plugin.version>
</execution> <taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
<execution> <jdepend-maven-plugin.version>2.0-beta-2</jdepend-maven-plugin.version>
<id>create-html-docs</id>
<phase>site</phase> <!-- Build lib versions -->
<goals><goal>generate-html</goal></goals> <ant-contrib.version>1.0b3</ant-contrib.version>
<configuration> <ant-nodeps.version>1.8.1</ant-nodeps.version>
<preProcess> <ant.version>1.9.0</ant.version>
<copy todir="target/site/docbook/images"> <ant-testutil.version>1.9.0</ant-testutil.version>
<fileset dir="src/main/docbook/images" />
</copy> <!-- Build test lib versions -->
</preProcess> <mockito-all.version>1.9.0</mockito-all.version>
</configuration> <testng.version>6.3.1</testng.version>
</execution> <junit.version>4.11</junit.version>
</executions> <xerces.version>2.11.0</xerces.version><!-- Only needed in jdk1.5 -->
<dependencies>
<dependency> <!-- Application lib versions -->
<groupId>org.docbook</groupId> <jasper-el.version>6.0.20</jasper-el.version>
<artifactId>docbook-xml</artifactId> <juel.version>2.1.0</juel.version>
<version>4.4</version>
<scope>runtime</scope> <!-- Maven plugin building -->
</dependency> <maven-plugin-api.version>3.0</maven-plugin-api.version>
</dependencies> <maven-plugin-annotations.version>3.2</maven-plugin-annotations.version>
</plugin> <maven-plugin-testing-harness.version>2.0</maven-plugin-testing-harness.version>
--> <plexus-utils.version>3.0.1</plexus-utils.version>
<maven-plugin-plugin.version>3.2</maven-plugin-plugin.version>
<!-- Perform maven releases --> </properties>
<plugin> <build>
<groupId>org.apache.maven.plugins</groupId> <plugins>
<artifactId>maven-release-plugin</artifactId> <plugin>
<version>${maven-release-plugin.version}</version> <artifactId>maven-clean-plugin</artifactId>
<configuration> <version>${maven-clean-plugin.version}</version>
<preparationGoals>clean install verify</preparationGoals> <executions>
<goals>clean install</goals> <execution>
<!-- <id>default-clean</id>
<goals>clean install javadoc:javadoc deploy</goals> <phase>clean</phase>
<arguments>-Prelease -DaltDeploymentRepository="${altDeploymentRepository}"</arguments> <goals>
--> <goal>clean</goal>
</configuration> </goals>
</plugin> <configuration>
<!-- only clean childeren of target not folder itself. -->
</plugins> <excludeDefaultDirectories>true</excludeDefaultDirectories>
<filesets>
<!-- Extensions --> <fileset>
<extensions> <directory>${project.build.directory}</directory>
</extensions> <includes>
<include>**/*</include>
<!-- PluginManagement --> </includes>
<pluginManagement> </fileset>
</pluginManagement> </filesets>
</configuration>
</build> </execution>
<reporting> </executions>
<plugins> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>${maven-project-info-reports-plugin.version}</version> <version>${maven-compiler-plugin.version}</version>
<configuration> <configuration>
<aggregate>true</aggregate> <encoding>${project.build.sourceEncoding}</encoding>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled> <source>${project.build.javaVersion}</source>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled> <target>${project.build.javaVersion}</target>
</configuration> <showDeprecation>true</showDeprecation>
</plugin> <showWarnings>true</showWarnings>
<plugin> <optimize>true</optimize>
<groupId>org.apache.maven.plugins</groupId> <fork>false</fork>
<artifactId>maven-javadoc-plugin</artifactId> </configuration>
<version>${maven-javadoc-plugin.version}</version> </plugin>
<configuration> <plugin>
<quiet>true</quiet> <groupId>org.apache.maven.plugins</groupId>
<aggregate>true</aggregate> <artifactId>maven-source-plugin</artifactId>
<linksource>true</linksource> <version>${maven-source-plugin.version}</version>
<minmemory>64m</minmemory> <executions>
<maxmemory>512m</maxmemory> <execution>
<docfilessubdirs>true</docfilessubdirs> <id>attach-sources</id>
<linksource>true</linksource> <goals>
</configuration> <goal>jar-no-fork</goal>
<reportSets> </goals>
<reportSet> </execution>
<reports> </executions>
<report>aggregate</report> </plugin>
<report>test-aggregate</report> <plugin>
<report>fix</report> <groupId>org.apache.maven.plugins</groupId>
<report>test-fix</report> <artifactId>maven-javadoc-plugin</artifactId>
</reports> <version>${maven-javadoc-plugin.version}</version>
</reportSet> <configuration>
</reportSets> <quiet>true</quiet>
</plugin> </configuration>
<plugin> <executions>
<groupId>org.codehaus.mojo</groupId> <execution>
<artifactId>cobertura-maven-plugin</artifactId> <id>attach-javadocs</id>
<version>${cobertura-maven-plugin.version}</version> <goals>
<configuration> <goal>jar</goal>
<aggregate>true</aggregate> </goals>
<formats> </execution>
<format>html</format> </executions>
<format>xml</format> </plugin>
</formats> <plugin>
</configuration> <groupId>org.apache.maven.plugins</groupId>
</plugin> <artifactId>maven-surefire-plugin</artifactId>
<plugin> <version>${maven-surefire-plugin.version}</version>
<groupId>org.codehaus.mojo</groupId> <configuration>
<artifactId>jdepend-maven-plugin</artifactId> <includes>
<version>${jdepend-maven-plugin.version}</version> <include>**/*Test.java</include>
</plugin> </includes>
<plugin> <excludes>
<groupId>org.apache.maven.plugins</groupId> <exclude>**/*InteractiveTest.java</exclude>
<artifactId>maven-pmd-plugin</artifactId> </excludes>
<version>${maven-pmd-plugin.version}</version> </configuration>
<configuration> </plugin>
<aggregate>true</aggregate> <plugin>
<linkXref>true</linkXref> <groupId>org.apache.maven.plugins</groupId>
<sourceEncoding>${project.build.sourceEncoding}</sourceEncoding> <artifactId>maven-checkstyle-plugin</artifactId>
<minimumTokens>100</minimumTokens> <version>${maven-checkstyle-plugin.version}</version>
<targetJdk>${project.build.javaVersion}</targetJdk> <configuration>
</configuration> <enableRulesSummary>true</enableRulesSummary>
</plugin> <configLocation>src/main/config/checkstyle.xml</configLocation>
<plugin> </configuration>
<groupId>org.apache.maven.plugins</groupId> </plugin>
<artifactId>maven-checkstyle-plugin</artifactId> <plugin>
<version>${maven-checkstyle-plugin.version}</version> <groupId>org.apache.maven.plugins</groupId>
<configuration> <artifactId>maven-site-plugin</artifactId>
<aggregate>true</aggregate> <version>${maven-site-plugin.version}</version>
<enableRulesSummary>true</enableRulesSummary> </plugin>
<configLocation>src/main/config/checkstyle.xml</configLocation>
</configuration> <!-- Build documention <plugin> <groupId>com.agilejava.docbkx</groupId>
</plugin> <artifactId>docbkx-maven-plugin</artifactId> <version>2.0.9</version> <configuration>
<plugin> <sourceDirectory>src/main/docbook/</sourceDirectory> <targetDirectory>target/site/docbook/</targetDirectory>
<groupId>org.apache.maven.plugins</groupId> <includes>*.xml</includes> <xincludeSupported>true</xincludeSupported> <entities>
<artifactId>maven-surefire-report-plugin</artifactId> <entity><name>version</name><value>${project.version}</value></entity> </entities>
<version>${maven-surefire-report-plugin.version}</version> <chunkedOutput>true</chunkedOutput> </configuration> <executions> <execution>
<configuration> <id>create-pdf-docs</id> <phase>site</phase> <goals><goal>generate-pdf</goal></goals>
<aggregate>true</aggregate> <configuration> <imgSrcPath>file:///${basedir}/src/main/docbook/</imgSrcPath>
</configuration> </configuration> </execution> <execution> <id>create-html-docs</id> <phase>site</phase>
</plugin> <goals><goal>generate-html</goal></goals> <configuration> <preProcess> <copy
<plugin> todir="target/site/docbook/images"> <fileset dir="src/main/docbook/images"
<groupId>org.apache.maven.plugins</groupId> /> </copy> </preProcess> </configuration> </execution> </executions> <dependencies>
<artifactId>maven-changelog-plugin</artifactId> <dependency> <groupId>org.docbook</groupId> <artifactId>docbook-xml</artifactId>
<version>${maven-changelog-plugin.version}</version> <version>4.4</version> <scope>runtime</scope> </dependency> </dependencies>
<inherited>false</inherited> </plugin> -->
</plugin>
</plugins> <!-- Perform maven releases -->
</reporting> <plugin>
<profiles> <groupId>org.apache.maven.plugins</groupId>
<profile> <artifactId>maven-release-plugin</artifactId>
<id>x4o-test-none</id> <version>${maven-release-plugin.version}</version>
<properties> <configuration>
<skipTests>true</skipTests> <preparationGoals>clean install verify</preparationGoals>
</properties> <goals>clean install</goals>
</profile> <!-- <goals>clean install javadoc:javadoc deploy</goals> <arguments>-Prelease
<profile> -DaltDeploymentRepository="${altDeploymentRepository}"</arguments> -->
<id>x4o-test-speed</id> </configuration>
<properties> </plugin>
<skipTests>false</skipTests>
<make-work>todo</make-work> </plugins>
</properties>
</profile> <!-- Extensions -->
<profile> <extensions>
<id>x4o-update-schema-cel</id> </extensions>
<properties>
<skipTests>true</skipTests> <!-- PluginManagement -->
</properties> <pluginManagement>
</profile> </pluginManagement>
<profile>
<id>x4o-update-schema-eld</id> </build>
<properties> <reporting>
<skipTests>true</skipTests> <plugins>
</properties> <plugin>
</profile> <groupId>org.apache.maven.plugins</groupId>
<profile> <artifactId>maven-project-info-reports-plugin</artifactId>
<id>x4o-build-site-doc</id> <version>${maven-project-info-reports-plugin.version}</version>
<properties> <configuration>
<skipTests>true</skipTests> <aggregate>true</aggregate>
</properties> <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
</profile> <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
<profile> </configuration>
<id>x4o-check-license</id> </plugin>
<properties> <plugin>
<skipTests>true</skipTests> <groupId>org.apache.maven.plugins</groupId>
</properties> <artifactId>maven-javadoc-plugin</artifactId>
<build> <version>${maven-javadoc-plugin.version}</version>
<plugins> <configuration>
<plugin> <quiet>true</quiet>
<groupId>com.mycila.maven-license-plugin</groupId> <aggregate>true</aggregate>
<artifactId>maven-license-plugin</artifactId> <linksource>true</linksource>
<version>${maven-license-plugin.version}</version> <minmemory>64m</minmemory>
<configuration> <maxmemory>512m</maxmemory>
<header>license.txt</header> <docfilessubdirs>true</docfilessubdirs>
<strictCheck>true</strictCheck> <linksource>true</linksource>
<useDefaultExcludes>true</useDefaultExcludes> </configuration>
<useDefaultMapping>false</useDefaultMapping> <reportSets>
<aggregate>true</aggregate> <reportSet>
<excludes> <reports>
<exclude>**/*~</exclude> <report>aggregate</report>
<exclude>**/.git</exclude> <report>test-aggregate</report>
<exclude>**/.git/**</exclude> <report>fix</report>
<exclude>.gitignore</exclude> <report>test-fix</report>
<exclude>**/target/**</exclude> </reports>
<exclude>**/test-output/**</exclude> </reportSet>
<exclude>**/release.properties</exclude> </reportSets>
<exclude>**/dependency-reduced-pom.xml</exclude> </plugin>
<exclude>**/.classpath</exclude> <plugin>
<exclude>**/.project</exclude> <groupId>org.codehaus.mojo</groupId>
<exclude>**/.settings/**</exclude> <artifactId>cobertura-maven-plugin</artifactId>
<exclude>**/*.txt</exclude> <version>${cobertura-maven-plugin.version}</version>
<exclude>**/*.jks</exclude> <configuration>
<exclude>**/*.sch</exclude> <aggregate>true</aggregate>
<exclude>**/*.so</exclude> <formats>
<exclude>**/*.dll</exclude> <format>html</format>
<exclude>**/*.png</exclude> <format>xml</format>
<exclude>**/*.pom</exclude> </formats>
<exclude>**/.empty</exclude> </configuration>
<exclude>**/.directory</exclude> </plugin>
<exclude>**/empty-real.xml</exclude> <plugin>
<exclude>**/empty-test.xml</exclude> <groupId>org.codehaus.mojo</groupId>
<exclude>**/empty-x4o.xml</exclude> <artifactId>jdepend-maven-plugin</artifactId>
<exclude>**/empty-xml.xml</exclude> <version>${jdepend-maven-plugin.version}</version>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/HTML32.dcl</exclude> </plugin>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/HTML32.dtd</exclude> <plugin>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/ISOlat1.ent</exclude> <groupId>org.apache.maven.plugins</groupId>
<exclude>**/src/main/resources/org/x4o/html/spec/html-3.2/html32.soc</exclude> <artifactId>maven-pmd-plugin</artifactId>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTML4.cat</exclude> <version>${maven-pmd-plugin.version}</version>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTML4.decl</exclude> <configuration>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLlat1.ent</exclude> <aggregate>true</aggregate>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLspecial.ent</exclude> <linkXref>true</linkXref>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/HTMLsymbol.ent</exclude> <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/frameset.dtd</exclude> <minimumTokens>100</minimumTokens>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/loose.dtd</exclude> <targetJdk>${project.build.javaVersion}</targetJdk>
<exclude>**/src/main/resources/org/x4o/html/spec/html-4.01/strict.dtd</exclude> </configuration>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-lat1.ent</exclude> </plugin>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-special.ent</exclude> <plugin>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml-symbol.ent</exclude> <groupId>org.apache.maven.plugins</groupId>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml.soc</exclude> <artifactId>maven-checkstyle-plugin</artifactId>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-frameset.dtd</exclude> <version>${maven-checkstyle-plugin.version}</version>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-strict.dtd</exclude> <configuration>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1-transitional.dtd</exclude> <aggregate>true</aggregate>
<exclude>**/src/main/resources/org/x4o/html/spec/xhtml-1.0/xhtml1.dcl</exclude> <enableRulesSummary>true</enableRulesSummary>
<exclude>**/src/main/resources/org/x4o/html/spec/html-5.draft/html5dtd.org-draft.dtd</exclude> <configLocation>src/main/config/checkstyle.xml</configLocation>
<exclude>**/src/main/resources/org/x4o/html/spec/html-5.draft/entities.json</exclude> </configuration>
</excludes> </plugin>
<mapping> <plugin>
<java>SLASHSTAR_STYLE</java> <groupId>org.apache.maven.plugins</groupId>
<xml>XML_STYLE</xml> <artifactId>maven-surefire-report-plugin</artifactId>
<eld>XML_STYLE</eld> <version>${maven-surefire-report-plugin.version}</version>
<fml>XML_STYLE</fml> <configuration>
<xsd>XML_STYLE</xsd> <aggregate>true</aggregate>
<dtd>XML_STYLE</dtd> </configuration>
<ent>XML_STYLE</ent> </plugin>
<apt>DOUBLETILDE_STYLE</apt> <plugin>
<properties>SCRIPT_STYLE</properties> <groupId>org.apache.maven.plugins</groupId>
<sh>SCRIPT_STYLE</sh> <artifactId>maven-changelog-plugin</artifactId>
<css>SLASHSTAR_STYLE</css> <version>${maven-changelog-plugin.version}</version>
<soc>DOUBLEDASHES_STYLE</soc> <inherited>false</inherited>
<cat>DOUBLEDASHES_STYLE</cat> </plugin>
<dcl>XML_STYLE</dcl><!-- this is not correct need SGML_STYLE !! --> </plugins>
<decl>XML_STYLE</decl><!-- this is not correct need SGML_STYLE !! --> </reporting>
</mapping> <profiles>
</configuration> <profile>
<executions> <id>x4o-test-none</id>
<execution> <properties>
<phase>test</phase> <skipTests>true</skipTests>
<goals> </properties>
<goal>check</goal> </profile>
</goals> <profile>
</execution> <id>x4o-test-speed</id>
</executions> <properties>
</plugin> <skipTests>false</skipTests>
</plugins> <make-work>todo</make-work>
</build> </properties>
</profile> </profile>
</profiles> <profile>
<id>x4o-update-schema-cel</id>
<properties>
<skipTests>true</skipTests>
</properties>
</profile>
<profile>
<id>x4o-update-schema-eld</id>
<properties>
<skipTests>true</skipTests>
</properties>
</profile>
<profile>
<id>x4o-build-site-doc</id>
<properties>
<skipTests>true</skipTests>
</properties>
</profile>
<profile>
<id>x4o-check-license</id>
<properties>
<skipTests>true</skipTests>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>${maven-license-plugin.version}</version>
<configuration>
<header>license.txt</header>
<strictCheck>true</strictCheck>
<useDefaultExcludes>true</useDefaultExcludes>
<useDefaultMapping>false</useDefaultMapping>
<aggregate>true</aggregate>
<excludes>
<exclude>**/*~</exclude>
<exclude>**/.git</exclude>
<exclude>**/.git/**</exclude>
<exclude>.gitignore</exclude>
<exclude>**/target/**</exclude>
<exclude>**/test-output/**</exclude>
<exclude>**/release.properties</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/*.txt</exclude>
<exclude>**/*.jks</exclude>
<exclude>**/*.sch</exclude>
<exclude>**/*.so</exclude>
<exclude>**/*.dll</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.pom</exclude>
<exclude>**/.empty</exclude>
<exclude>**/.directory</exclude>
<exclude>**/empty-real.xml</exclude>
<exclude>**/empty-test.xml</exclude>
<exclude>**/empty-x4o.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.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/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.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/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/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/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-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.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-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.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/entities.json</exclude>
</excludes>
<mapping>
<java>SLASHSTAR_STYLE</java>
<xml>XML_STYLE</xml>
<eld>XML_STYLE</eld>
<fml>XML_STYLE</fml>
<xsd>XML_STYLE</xsd>
<dtd>XML_STYLE</dtd>
<ent>XML_STYLE</ent>
<apt>DOUBLETILDE_STYLE</apt>
<properties>SCRIPT_STYLE</properties>
<sh>SCRIPT_STYLE</sh>
<css>SLASHSTAR_STYLE</css>
<soc>DOUBLEDASHES_STYLE</soc>
<cat>DOUBLEDASHES_STYLE</cat>
<dcl>XML_STYLE</dcl><!-- this is not correct need SGML_STYLE !! -->
<decl>XML_STYLE</decl><!-- this is not correct need SGML_STYLE !! -->
</mapping>
</configuration>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</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>
<x4oTask languageName="cel" taskId="eld-doc"> <artifactId>maven-antrun-plugin</artifactId>
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-cel-1.0"/> <version>${maven-antrun-plugin.version}</version>
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/"/> <executions>
</x4oTask> <execution>
<x4oTask languageName="eld" taskId="eld-doc"> <id>x4o-build-site-doc-run-ant</id>
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-eld-1.0"/> <phase>pre-site</phase>
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/"/> <configuration>
</x4oTask> <target>
<x4oTask languageName="test" taskId="eld-doc"> <property name="coredir"
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-test-1.0"/> value="${basedir}/../../target/site/x4o-support" />
</x4oTask> <taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask"
<x4oTask languageName="swixml" taskId="eld-doc" languageVersion="2.0"> classpathref="maven.plugin.classpath" />
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-2.0"/>
</x4oTask> <x4oTask languageName="cel" taskId="eld-doc">
<x4oTask languageName="swixml" taskId="eld-doc"> <x4oTaskProperty
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-3.0"/> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-cel-1.0" />
</x4oTask> <x4oTaskProperty
key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/" />
<x4oTask languageName="cel" taskId="eld-xsd"> </x4oTask>
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-cel-1.0"/> <x4oTask languageName="eld" taskId="eld-doc">
</x4oTask> <x4oTaskProperty
<x4oTask languageName="eld" taskId="eld-xsd"> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-eld-1.0" />
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-eld-1.0"/> <x4oTaskProperty
</x4oTask> key="http://x4o.org/properties/eld-doc/javadoc/link" value="http://docs.oracle.com/javase/7/docs/api/" />
<x4oTask languageName="test" taskId="eld-xsd"> </x4oTask>
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-test-1.0"/> <x4oTask languageName="test" taskId="eld-doc">
</x4oTask> <x4oTaskProperty
<x4oTask languageName="swixml" taskId="eld-xsd" languageVersion="2.0"> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-test-1.0" />
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-2.0"/> </x4oTask>
</x4oTask> <x4oTask languageName="swixml" taskId="eld-doc"
<x4oTask languageName="swixml" taskId="eld-xsd"> languageVersion="2.0">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-3.0"/> <x4oTaskProperty
</x4oTask> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-2.0" />
</target> </x4oTask>
</configuration> <x4oTask languageName="swixml" taskId="eld-doc">
<goals> <x4oTaskProperty
<goal>run</goal> key="http://x4o.org/properties/eld-doc/output/path" value="${coredir}/doc-swixml-3.0" />
</goals> </x4oTask>
</execution>
</executions> <x4oTask languageName="cel" taskId="eld-xsd">
<dependencies> <x4oTaskProperty
<dependency> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-cel-1.0" />
<groupId>org.x4o.tool</groupId> </x4oTask>
<artifactId>x4o-tool-ant-plugin</artifactId> <x4oTask languageName="eld" taskId="eld-xsd">
<version>${project.version}</version> <x4oTaskProperty
</dependency> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-eld-1.0" />
<dependency> </x4oTask>
<groupId>org.x4o</groupId> <x4oTask languageName="test" taskId="eld-xsd">
<artifactId>x4o-driver</artifactId> <x4oTaskProperty
<version>${project.version}</version> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-test-1.0" />
</dependency> </x4oTask>
<dependency> <x4oTask languageName="swixml" taskId="eld-xsd"
<groupId>org.x4o</groupId> languageVersion="2.0">
<artifactId>x4o-driver</artifactId> <x4oTaskProperty
<version>${project.version}</version> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-2.0" />
<type>test-jar</type> </x4oTask>
</dependency> <x4oTask languageName="swixml" taskId="eld-xsd">
<dependency> <x4oTaskProperty
<groupId>org.x4o</groupId> key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/xsd-swixml-3.0" />
<artifactId>x4o-eld-doc</artifactId> </x4oTask>
<version>${project.version}</version> </target>
</dependency> </configuration>
<dependency> <goals>
<groupId>de.odysseus.juel</groupId> <goal>run</goal>
<artifactId>juel</artifactId> </goals>
<version>${juel.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>
</profiles> </dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-driver</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-eld-doc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel</artifactId>
<version>${juel.version}</version>
</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>