crashdata-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.crashdata.crashdata-parent</groupId> <artifactId>crashdata-parent</artifactId> <version>1.34</version> </dependency>
<?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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <prerequisites> <maven>3.2.0</maven> </prerequisites> <groupId>nl.crashdata.crashdata-parent</groupId> <artifactId>crashdata-parent</artifactId> <version>1.34</version> <packaging>pom</packaging> <name>CrashData parent pom</name> <description>Parent project for various subprojects</description> <url>https://github.com/haster/crashdata-parent</url> <licenses> <license> <name>MIT License</name> <distribution>repo</distribution> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>Sven Haster</name> <email>buurman.sven@gmail.com</email> <url>https://github.com/haster</url> </developer> </developers> <scm> <url>https://github.com/haster/crashdata-parent</url> <connection>scm:git:git@github.com:haster/crashdata-parent.git</connection> <tag>crashdata-parent-1.34</tag> </scm> <repositories> <repository> <id>maven-central</id> <url>https://repo1.maven.org/maven2/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>maven-central</id> <url>https://repo1.maven.org/maven2/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> </pluginRepositories> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <modules> <module>eclipse-settings</module> <module>version-rules</module> </modules> <properties> <version.java>11</version.java> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <version.danekja>1.9.0</version.danekja> <version.jackson>2.13.0</version.jackson> <version.junit.jupiter>5.8.1</version.junit.jupiter> <version.junit.platform>1.8.1</version.junit.platform> <version.slf4j>1.7.32</version.slf4j> <version.wicket>8.13.0</version.wicket> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${version.jackson}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${version.jackson}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${version.jackson}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>${version.jackson}</version> </dependency> <dependency> <groupId>com.github.openjson</groupId> <artifactId>openjson</artifactId> <version>1.0.12</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.0.1-jre</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.11.0</version> </dependency> <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> <version>1.1.4</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>4.0.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.4</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.13</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> <version>${version.wicket}</version> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> <version>${version.wicket}</version> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> <version>${version.wicket}</version> </dependency> <dependency> <groupId>org.danekja</groupId> <artifactId>jdk-serializable-functional</artifactId> <version>${version.danekja}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>${version.slf4j}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${version.slf4j}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>${version.slf4j}</version> </dependency> <!-- xalan:xalan is required for htmlunit --> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.2</version> <exclusions> <exclusion> <groupId>xalan</groupId> <artifactId>serializer</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> <version>2.53.0</version> <scope>test</scope> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>${version.junit.jupiter}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>${version.junit.jupiter}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-commons</artifactId> <version>${version.junit.platform}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-engine</artifactId> <version>${version.junit.platform}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> <version>${version.junit.platform}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>${version.junit.jupiter}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>htmlunit-driver</artifactId> <version>2.53.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>3.141.59</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-bom</artifactId> <version>9.4.44.v20210927</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.jboss.spec</groupId> <artifactId>jboss-javaee-8.0</artifactId> <version>1.0.4.Final</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <build> <defaultGoal>package</defaultGoal> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> <resources> <resource> <directory>src/main/java</directory> <filtering>false</filtering> <excludes> <exclude>**/*.java</exclude> </excludes> <includes> <include>**/*</include> </includes> </resource> <resource> <directory>src/main/resources</directory> <filtering>false</filtering> <excludes> <exclude>**/*.java</exclude> </excludes> <includes> <include>**/*</include> </includes> </resource> </resources> <testResources> <testResource> <directory>${basedir}/src/test/java</directory> <excludes> <exclude>**/*.java</exclude> </excludes> <includes> <include>**/*</include> </includes> </testResource> <testResource> <directory>${basedir}/src/test/resources</directory> <excludes> <exclude>**/*.java</exclude> </excludes> <includes> <include>**/*</include> </includes> </testResource> </testResources> <pluginManagement> <plugins> <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>yuicompressor-maven-plugin</artifactId> <version>1.5.1</version> <configuration> <encoding>UTF-8</encoding> <statistics>true</statistics> <jswarn>false</jswarn> <suffix>.min</suffix> </configuration> <executions> <execution> <phase>generate-resources</phase> <goals> <goal>compress</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <inherited>true</inherited> <configuration> <source>${version.java}</source> <target>${version.java}</target> <release>${version.java}</release> <encoding>UTF-8</encoding> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <configuration> <deployAtEnd>true</deployAtEnd> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.10</version> <inherited>true</inherited> <configuration> <downloadSources>true</downloadSources> <downloadJavadoc>false</downloadJavadoc> <additionalConfig> <file> <name>.settings/edu.umd.cs.findbugs.plugin.eclipse.prefs</name> <location>/edu.umd.cs.findbugs.plugin.eclipse.prefs</location> </file> <file> <name>.settings/org.eclipse.core.resources.prefs</name> <location>/org.eclipse.core.resources.prefs</location> </file> <file> <name>.settings/org.eclipse.jdt.apt.core.prefs</name> <location>/org.eclipse.jdt.apt.core.prefs</location> </file> <file> <name>.settings/org.eclipse.jdt.core.prefs</name> <location>/org.eclipse.jdt.core.prefs</location> </file> <file> <name>.settings/org.eclipse.jdt.ui.prefs</name> <location>/org.eclipse.jdt.ui.prefs</location> </file> <file> <name>.settings/org.eclipse.m2e.core.prefs</name> <location>/org.eclipse.m2e.core.prefs</location> </file> <file> <name>.settings/org.eclipse.wst.validation.prefs</name> <location>/org.eclipse.wst.validation.prefs</location> </file> <file> <name>.settings/org.maven.ide.eclipse.prefs</name> <location>/org.maven.ide.eclipse.prefs</location> </file> <file> <name>.settings/org.eclipse.core.runtime.prefs</name> <location>/org.eclipse.core.runtime.prefs</location> </file> <file> <name>.settings/org.eclipse.jdt.launching.prefs</name> <location>/org.eclipse.jdt.launching.prefs</location> </file> <file> <name>.settings/org.jboss.tools.jst.web.kb.prefs</name> <location>/org.jboss.tools.jst.web.kb.prefs</location> </file> </additionalConfig> </configuration> <dependencies> <dependency> <groupId>nl.crashdata.crashdata-parent</groupId> <artifactId>crashdata-eclipse-settings</artifactId> <version>1.34</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>1.4.1</version> <executions> <execution> <phase>validate</phase> <goals> <goal>enforce</goal> </goals> </execution> </executions> <configuration> <rules> <dependencyConvergence /> <bannedDependencies> <excludes combine.children="append"> <exclude>cglib:cglib-nodep</exclude> <exclude>asm</exclude> <exclude>commons-logging</exclude> <exclude>bouncycastle:bcmail-jdk14</exclude> <exclude>org.bouncycastle:bcmail-jdk14</exclude> <exclude>bouncycastle:bcprov-jdk14</exclude> <exclude>org.bouncycastle:bcprov-jdk14</exclude> <exclude>org.bouncycastle:bctsp-jdk14</exclude> <exclude>stax:stax-api</exclude> <exclude>rhino:js</exclude> <exclude>xalan:xalan</exclude> <exclude>xalan:serializer</exclude> <exclude>com.google.code.findbugs:jsr305</exclude> </excludes> <includes> <!-- xalan:xalan is required for the selenium htmlunit driver --> <include>xalan:xalan:*:*:test</include> </includes> </bannedDependencies> <banDuplicateClasses> <findAllDuplicates>true</findAllDuplicates> <dependencies combine.children="append"> <dependency> <groupId>com.sun.istack</groupId> <artifactId>istack-commons-runtime</artifactId> <ignoreClasses> <!-- part of Java SE 7 --> <ignoreClass>com.sun.istack.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <ignoreClasses> <ignoreClass>org.apache.commons.collections.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <ignoreClasses> <!-- part of Java SE 7 --> <ignoreClass>javax.xml.*</ignoreClass> <ignoreClass>javax.xml.stream.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <ignoreClasses> <!-- part of Java SE 7 --> <ignoreClass>org.w3c.dom.UserDataHandler</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> <ignoreClasses> <!-- part of Java SE 7 --> <ignoreClass>org.w3c.dom.*</ignoreClass> <!-- classes appear multiple times in the jar --> <ignoreClass>org.apache.xmlbeans.xml.stream.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.el</artifactId> <ignoreClasses> <!-- de impl also contains the api --> <ignoreClass>javax.el.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3_min</artifactId> <ignoreClasses> contains part, but not all of xmlpull <ignoreClass>org.xmlpull.v1.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <ignoreClasses> <!-- since SPR-13984 these classes are packaged in the jar --> <ignoreClass>org.aopalliance.aop.*</ignoreClass> <ignoreClass>org.aopalliance.intercept.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <ignoreClasses> <!-- The implementatie also contains the API --> <ignoreClass>javax.json.*</ignoreClass> <ignoreClass>javax.json.spi.*</ignoreClass> <ignoreClass>javax.json.stream.*</ignoreClass> </ignoreClasses> </dependency> <dependency> <groupId>com.github.docker-java</groupId> <artifactId>docker-java</artifactId> <ignoreClasses> <!-- docker-java 'patched' some classes for their convenience --> <ignoreClass>org.apache.http.impl.io.*</ignoreClass> <ignoreClass>org.newsclub.net.unix.*</ignoreClass> </ignoreClasses> </dependency> </dependencies> </banDuplicateClasses> <compound implementation="com.github.ferstl.maven.pomenforcers.CompoundPedanticEnforcer"> <!-- Enforcers --> <enforcers>POM_SECTION_ORDER,DEPENDENCY_MANAGEMENT_ORDER,DEPENDENCY_ORDER,DEPENDENCY_CONFIGURATION,PLUGIN_MANAGEMENT_ORDER,PLUGIN_CONFIGURATION</enforcers> <dependencyManagementOrderBy>scope,groupId,artifactId</dependencyManagementOrderBy> <dependencyManagementScopePriorities>provided,compile,runtime,test,import</dependencyManagementScopePriorities> <dependencyManagementGroupIdPriorities>org.jboss.shrinkwrap</dependencyManagementGroupIdPriorities> <dependenciesScopePriorities>import,provided,compile,runtime,test</dependenciesScopePriorities> </compound> <!--<requireManagedDependencies implementation="nl.topicus.onderwijs.maven.RequireManagedDependencies"> --> <!--<excludes combine.children="append"> --> <!--</excludes> --> <!--<includedScopes>compile,provided,runtime,system,import</includedScopes> --> <!--</requireManagedDependencies> --> </rules> </configuration> <dependencies> <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>extra-enforcer-rules</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>com.github.ferstl</groupId> <artifactId>pedantic-pom-enforcers</artifactId> <version>1.3.2</version> </dependency> <!--<dependency> --> <!--<groupId>nl.topicus.onderwijs.maven</groupId> --> <!--<artifactId>require-managed-dependencies</artifactId> --> <!--<version>1.5</version> --> <!--</dependency> --> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-help-plugin</artifactId> <version>3.2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.2.0</version> <configuration> <archive> <index>true</index> <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> </manifestEntries> </archive> </configuration> <executions> <execution> <goals> <goal>test-jar</goal> </goals> <configuration> <useDefaultManifestFile>false</useDefaultManifestFile> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.3.1</version> <inherited>true</inherited> <configuration> <encoding>UTF-8</encoding> <additionalparam>-Xdoclint:none</additionalparam> </configuration> <executions> <execution> <id>package-javadoc</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.2.0</version> <inherited>true</inherited> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.9.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <inherited>true</inherited> <executions> <execution> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.2</version> <inherited>true</inherited> <configuration> <argLine>-Xmx1536m</argLine> <systemPropertyVariables> <java.awt.headless>true</java.awt.headless> </systemPropertyVariables> <includes> <include>**/*.java</include> </includes> <useManifestOnlyJar>false</useManifestOnlyJar> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javacc-maven-plugin</artifactId> <version>2.6</version> <configuration> <jdkVersion>${version.java}</jdkVersion> </configuration> <executions> <execution> <id>javacc</id> <goals> <goal>javacc</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>2.5.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <goals> <goal>set-system-properties</goal> </goals> <configuration> <properties> <property> <name>java.awt.headless</name> <value>true</value> </property> </properties> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.8.1</version> <configuration> <rulesUri>classpath:///version-rules.xml</rulesUri> </configuration> <dependencies> <dependency> <groupId>nl.crashdata.crashdata-parent</groupId> <artifactId>crashdata-version-rules</artifactId> <version>1.34</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions combine.children="append"> <pluginExecution> <pluginExecutionFilter> <groupId>com.sun.tools.xjc.maven2</groupId> <artifactId>maven-jaxb-plugin</artifactId> <versionRange>[1.1.1,)</versionRange> <goals> <goal>generate</goal> </goals> </pluginExecutionFilter> <action> <execute /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>net.alchim31.maven</groupId> <artifactId>yuicompressor-maven-plugin</artifactId> <versionRange>[1.3.0,)</versionRange> <goals> <goal>compress</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <versionRange>[1.0.0,)</versionRange> <goals> <goal>enforce</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <versionRange>[3.3,)</versionRange> <goals> <goal>descriptor</goal> <goal>helpmojo</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> <versionRange>[1.5,)</versionRange> <goals> <goal>process-asciidoc</goal> </goals> </pluginExecutionFilter> <action> <execute /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.bsc.maven</groupId> <artifactId>maven-processor-plugin</artifactId> <versionRange>[2.2.4,)</versionRange> <goals> <goal>process</goal> </goals> </pluginExecutionFilter> <action> <execute /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.mojo</groupId> <artifactId>javacc-maven-plugin</artifactId> <versionRange>[2.6,)</versionRange> <goals> <goal>javacc</goal> </goals> </pluginExecutionFilter> <action> <execute /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <versionRange>[1.0.0,)</versionRange> <goals> <goal>set-system-properties</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> <plugin> <groupId>org.lesscss</groupId> <artifactId>lesscss-maven-plugin</artifactId> <version>1.7.0.1.1</version> <inherited>true</inherited> <configuration> <compress>true</compress> <encoding>utf-8</encoding> </configuration> <executions> <execution> <goals> <goal>compile</goal> </goals> </execution> </executions> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> </plugin> </plugins> </build> </profile> </profiles> </project>