fuse-patch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.wildfly.extras.patch</groupId>
<artifactId>fuse-patch</artifactId>
<version>5.0.0</version>
</dependency><!--
#%L
Fuse Patch
%%
Copyright (C) 2015 Private
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
#L%
-->
<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>
<groupId>org.wildfly.extras.patch</groupId>
<artifactId>fuse-patch</artifactId>
<packaging>pom</packaging>
<version>5.0.0</version>
<name>Fuse Patch</name>
<description>Fuse Patching Tool</description>
<url>https://github.com/wildfly-extras/fuse-patch</url>
<!-- Properties -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- WildFly version -->
<version.wildfly>13.0.0.Final</version.wildfly>
<version.args4j>2.0.31</version.args4j>
<version.apache.maven>3.3.3</version.apache.maven>
<version.eclipse.aether>1.0.2.v20150114</version.eclipse.aether>
<version.eclipse.egit.github>2.1.5</version.eclipse.egit.github>
<version.google.guava>18.0</version.google.guava>
<version.jboss.arquillian>1.1.10.Final</version.jboss.arquillian>
<version.jboss.gravia>1.1.3</version.jboss.gravia>
<version.junit>4.11</version.junit>
<version.log4j>1.2.17</version.log4j>
<version.slf4j>1.6.6</version.slf4j>
<version.wildfly.arquillian>2.1.0.Final</version.wildfly.arquillian>
<!-- Plugin versions -->
<version-editorconfig-maven-plugin>0.0.4</version-editorconfig-maven-plugin>
<version-exec-maven-plugin>1.4.0</version-exec-maven-plugin>
<version-license-maven-plugin>1.8</version-license-maven-plugin>
<version-groovy-maven-plugin>2.0</version-groovy-maven-plugin>
<version-maven-antrun-plugin>1.7</version-maven-antrun-plugin>
<version-maven-assembly-plugin>3.0.0</version-maven-assembly-plugin>
<version-maven-compiler-plugin>3.1</version-maven-compiler-plugin>
<version-maven-jar-plugin>2.6</version-maven-jar-plugin>
<version-maven-javadoc-plugin>2.9.1</version-maven-javadoc-plugin>
<version-maven-release-plugin>2.5</version-maven-release-plugin>
<version-maven-source-plugin>2.3</version-maven-source-plugin>
<version-maven-surefire-plugin>2.18.1</version-maven-surefire-plugin>
<version-wildfly-build-tools>1.2.10.Final</version-wildfly-build-tools>
<version-wildfly-maven-plugin>1.2.1.Final</version-wildfly-maven-plugin>
</properties>
<!-- Source Control -->
<scm>
<connection>scm:git:git@github.com:wildfly-extras/fuse-patch.git</connection>
<developerConnection>scm:git:git@github.com:wildfly-extras/fuse-patch.git</developerConnection>
<url>http://github.com/wildfly-extras/fuse-patch</url>
<tag>5.0.0</tag>
</scm>
<!-- Modules -->
<modules>
<module>config</module>
<module>core</module>
<module>distro</module>
<module>docs</module>
<module>feature</module>
<module>installer</module>
<module>jaxws</module>
<module>itests</module>
</modules>
<!-- Dependency Management -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>${version.args4j}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${version.google.guava}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>${version.apache.maven}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
<version>${version.eclipse.aether}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>${version.eclipse.aether}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>${version.eclipse.aether}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-file</artifactId>
<version>${version.eclipse.aether}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-http</artifactId>
<version>${version.eclipse.aether}</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<scope>import</scope>
<type>pom</type>
<version>${version.jboss.arquillian}</version>
</dependency>
<dependency>
<groupId>org.jboss.gravia</groupId>
<artifactId>gravia-resource</artifactId>
<version>${version.jboss.gravia}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${version.log4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<version>${version.wildfly}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${version.wildfly.arquillian}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- Build -->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${version-maven-antrun-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${version-maven-assembly-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version-maven-compiler-plugin}</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${version-maven-jar-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${version-maven-javadoc-plugin}</version>
<configuration>
<excludePackageNames>org.wildfly.extras.patch.internal</excludePackageNames>
<quiet>true</quiet>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${version-maven-source-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${version-maven-release-plugin}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean install</preparationGoals>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${version-maven-surefire-plugin}</version>
<configuration>
<failIfNoTests>false</failIfNoTests>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>${version-groovy-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${version-exec-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${version-license-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin</artifactId>
<version>${version-editorconfig-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.wildfly.build</groupId>
<artifactId>wildfly-feature-pack-build-maven-plugin</artifactId>
<version>${version-wildfly-build-tools}</version>
</plugin>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version-wildfly-maven-plugin}</version>
<configuration>
<version>${version.wildfly}</version>
</configuration>
</plugin>
<plugin>
<groupId>org.wildfly.build</groupId>
<artifactId>wildfly-server-provisioning-maven-plugin</artifactId>
<version>${version-wildfly-build-tools}</version>
</plugin>
</plugins>
</pluginManagement>
<!-- Plugins -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
<canUpdateCopyright>true</canUpdateCopyright>
<canUpdateDescription>true</canUpdateDescription>
<organizationName>Private</organizationName>
<licenseName>apache_v2</licenseName>
<inceptionYear>2015</inceptionYear>
<roots>
<root>etc</root>
<root>src</root>
<root>scripts</root>
</roots>
</configuration>
</plugin>
<plugin>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin</artifactId>
<executions>
<execution>
<id>check</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>fusepatch.log</exclude>
<exclude>velocity.log</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<!-- Licenses -->
<licenses>
<license>
<name>apache_v2</name>
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
</license>
</licenses>
<!-- Developers -->
<developers>
<developer>
<name>Fuse Committers</name>
</developer>
</developers>
<!-- Repositories -->
<repositories>
<repository>
<id>jboss-public-repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<!-- Distribution Management -->
<distributionManagement>
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<!-- Issue Management -->
<issueManagement>
<system>GitHub</system>
<url>https://github.com/wildfly-extras/fuse-patch/issues</url>
</issueManagement>
<!-- Profiles -->
<profiles>
<profile>
<id>deploy</id>
<build>
<defaultGoal>deploy</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>