Reformats
Project: http://git-wip-us.apache.org/repos/asf/struts-annotations/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-annotations/commit/93fed50b Tree: http://git-wip-us.apache.org/repos/asf/struts-annotations/tree/93fed50b Diff: http://git-wip-us.apache.org/repos/asf/struts-annotations/diff/93fed50b Branch: refs/heads/master Commit: 93fed50b5069ea11f464f34ac0f792d83444fa21 Parents: 352c1f4 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Tue Sep 29 08:53:51 2015 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Tue Sep 29 08:53:51 2015 +0200 ---------------------------------------------------------------------- pom.xml | 143 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 72 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-annotations/blob/93fed50b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f357198..ce5b89c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,80 +1,81 @@ -<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" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>org.apache.struts</groupId> - <artifactId>struts-master</artifactId> - <version>9</version> - </parent> + <parent> + <groupId>org.apache.struts</groupId> + <artifactId>struts-master</artifactId> + <version>9</version> + </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>struts-annotations</artifactId> - <version>1.0.6-SNAPSHOT</version> - <packaging>jar</packaging> - <name>Struts Annotations</name> - <url>http://struts.apache.org</url> - <description> - struts-annotations adds apt generation support for struts based annotated projects, - such as TLD and documentation generation from annotated component classes as used in struts2 - </description> + <modelVersion>4.0.0</modelVersion> + <artifactId>struts-annotations</artifactId> + <version>1.0.6-SNAPSHOT</version> + <packaging>jar</packaging> + <name>Struts Annotations</name> + <url>http://struts.apache.org</url> + <description> + struts-annotations adds apt generation support for struts based annotated projects, + such as TLD and documentation generation from annotated component classes as used in struts2 + </description> - <scm> - <connection>scm:git:git://git.apache.org/struts-annotations.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-annotations.git</developerConnection> - <url>http://git.apache.org/struts-annotations.git</url> - <tag>HEAD</tag> - </scm> + <scm> + <connection>scm:git:git://git.apache.org/struts-annotations.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-annotations.git</developerConnection> + <url>http://git.apache.org/struts-annotations.git</url> + <tag>HEAD</tag> + </scm> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.5</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> - <configuration> - <source>1.7</source> - <target>1.7</target> - <compilerArgument>-proc:none</compilerArgument> - </configuration> - </plugin> - </plugins> - </build> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.3</version> + <configuration> + <source>1.7</source> + <target>1.7</target> + <compilerArgument>-proc:none</compilerArgument> + </configuration> + </plugin> + </plugins> + </build> - <profiles> - <profile> - <id>default-tools.jar</id> - <activation> - <property> - <name>java.vendor</name> - <value>Sun Microsystems Inc.</value> - </property> - </activation> - <dependencies> - <dependency> - <groupId>com.sun</groupId> - <artifactId>tools</artifactId> - <version>1.7.0</version> - <scope>system</scope> - <systemPath>${java.home}/../lib/tools.jar</systemPath> - </dependency> - </dependencies> - </profile> - </profiles> - - <dependencies> - <dependency> - <groupId>org.freemarker</groupId> - <artifactId>freemarker</artifactId> - <version>2.3.11</version> + <profiles> + <profile> + <id>default-tools.jar</id> + <activation> + <property> + <name>java.vendor</name> + <value>Sun Microsystems Inc.</value> + </property> + </activation> + <dependencies> + <dependency> + <groupId>com.sun</groupId> + <artifactId>tools</artifactId> + <version>1.7.0</version> + <scope>system</scope> + <systemPath>${java.home}/../lib/tools.jar</systemPath> </dependency> - </dependencies> + </dependencies> + </profile> + </profiles> + + <dependencies> + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.11</version> + </dependency> + </dependencies> </project>