aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2014-06-06 02:45:03 +0000
committerGary D. Gregory <ggregory@apache.org>2014-06-06 02:45:03 +0000
commit6715e7e6caf3ed4078ffc11e91933e74b43c582c (patch)
tree418ec3de9fc51143119e542fde037699df5fdd50 /pom.xml
parent596fb1c9f5c9ccb5115855cfd7ca43925289741e (diff)
downloadapache-commons-bcel-6715e7e6caf3ed4078ffc11e91933e74b43c582c.tar.gz
Consistently indent by 2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1600807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml489
1 files changed, 244 insertions, 245 deletions
diff --git a/pom.xml b/pom.xml
index a4e7f20c..2d421e55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,290 +1,289 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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.
-->
-<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">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>33</version>
- </parent>
+ <parent>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-parent</artifactId>
+ <version>33</version>
+ </parent>
- <groupId>org.apache.bcel</groupId>
- <artifactId>bcel</artifactId>
- <packaging>jar</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>Apache Commons BCEL</name>
- <description>Apache Commons Bytecode Engineering Library</description>
+ <groupId>org.apache.bcel</groupId>
+ <artifactId>bcel</artifactId>
+ <packaging>jar</packaging>
+ <version>6.0-SNAPSHOT</version>
+ <name>Apache Commons BCEL</name>
+ <description>Apache Commons Bytecode Engineering Library</description>
- <url>http://commons.apache.org/proper/commons-bcel</url>
- <inceptionYear>2004</inceptionYear>
+ <url>http://commons.apache.org/proper/commons-bcel</url>
+ <inceptionYear>2004</inceptionYear>
- <properties>
- <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <maven.compiler.source>1.5</maven.compiler.source>
- <maven.compiler.target>1.5</maven.compiler.target>
- <commons.componentid>bcel</commons.componentid>
- <commons.release.version>6.0</commons.release.version>
- <commons.release.desc>(Java 5.0+)</commons.release.desc>
- <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
- <!-- Configuration properties for the OSGi maven-bundle-plugin -->
- <commons.osgi.symbolicName>org.apache.${commons.componentid}</commons.osgi.symbolicName>
- <commons.osgi.export>org.apache.bcel.*;version=${project.version};-noimport:=true</commons.osgi.export>
- <commons.osgi.import>*</commons.osgi.import>
- <commons.osgi.dynamicImport />
- <commons.osgi.private />
- <commons.jira.id>BCEL</commons.jira.id>
- <commons.jira.pid>12314220</commons.jira.pid>
- </properties>
+ <properties>
+ <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <maven.compiler.source>1.5</maven.compiler.source>
+ <maven.compiler.target>1.5</maven.compiler.target>
+ <commons.componentid>bcel</commons.componentid>
+ <commons.release.version>6.0</commons.release.version>
+ <commons.release.desc>(Java 5.0+)</commons.release.desc>
+ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
+ <!-- Configuration properties for the OSGi maven-bundle-plugin -->
+ <commons.osgi.symbolicName>org.apache.${commons.componentid}</commons.osgi.symbolicName>
+ <commons.osgi.export>org.apache.bcel.*;version=${project.version};-noimport:=true</commons.osgi.export>
+ <commons.osgi.import>*</commons.osgi.import>
+ <commons.osgi.dynamicImport />
+ <commons.osgi.private />
+ <commons.jira.id>BCEL</commons.jira.id>
+ <commons.jira.pid>12314220</commons.jira.pid>
+ </properties>
- <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->
- <distributionManagement>
- <site>
- <id>apache.website</id>
- <name>Apache Website</name>
- <url>scp://people.apache.org/www/commons.apache.org/${commons.componentid}/</url>
- </site>
- </distributionManagement>
+ <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <name>Apache Website</name>
+ <url>scp://people.apache.org/www/commons.apache.org/${commons.componentid}/</url>
+ </site>
+ </distributionManagement>
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://www.apache.org/</url>
- </organization>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
- <developers>
- <developer>
- <name>Dave Brosius</name>
- <id>dbrosius</id>
- <email>dbrosius at mebigfatguy.com</email>
- </developer>
+ <developers>
+ <developer>
+ <name>Dave Brosius</name>
+ <id>dbrosius</id>
+ <email>dbrosius at mebigfatguy.com</email>
+ </developer>
- <developer>
- <name>Torsten Curdt</name>
- <id>tcurdt</id>
- <email>tcurdt at apache.org</email>
- <organization>ASF</organization>
- <organizationUrl>http://www.apache.org/</organizationUrl>
- <timezone>+1</timezone>
- </developer>
+ <developer>
+ <name>Torsten Curdt</name>
+ <id>tcurdt</id>
+ <email>tcurdt at apache.org</email>
+ <organization>ASF</organization>
+ <organizationUrl>http://www.apache.org/</organizationUrl>
+ <timezone>+1</timezone>
+ </developer>
- <developer>
- <name>Markus Dahm</name>
- <id>mdahm</id>
- <email>m.dahm at gmx.de</email>
- <organization>it-frameworksolutions</organization>
- </developer>
+ <developer>
+ <name>Markus Dahm</name>
+ <id>mdahm</id>
+ <email>m.dahm at gmx.de</email>
+ <organization>it-frameworksolutions</organization>
+ </developer>
- <developer>
- <name>Jason van Zyl</name>
- <email>jason at zenplex.com</email>
- </developer>
+ <developer>
+ <name>Jason van Zyl</name>
+ <email>jason at zenplex.com</email>
+ </developer>
- </developers>
+ </developers>
- <contributors>
+ <contributors>
- <contributor>
- <name>Enver Haase</name>
- <email>enver at convergence.de</email>
- </contributor>
+ <contributor>
+ <name>Enver Haase</name>
+ <email>enver at convergence.de</email>
+ </contributor>
- <contributor>
- <name>David Dixon-Peugh</name>
- <email>dixonpeugh at yahoo.com</email>
- </contributor>
+ <contributor>
+ <name>David Dixon-Peugh</name>
+ <email>dixonpeugh at yahoo.com</email>
+ </contributor>
- <contributor>
- <name>Patrick Beard</name>
- <email>beard at netscape.com</email>
- </contributor>
+ <contributor>
+ <name>Patrick Beard</name>
+ <email>beard at netscape.com</email>
+ </contributor>
- <contributor>
- <name>Conor MacNeill</name>
- <email>conor at cortexbusiness.com.au</email>
- </contributor>
+ <contributor>
+ <name>Conor MacNeill</name>
+ <email>conor at cortexbusiness.com.au</email>
+ </contributor>
- <contributor>
- <name>Costin Manolache</name>
- <email>cmanolache at yahoo.com</email>
- </contributor>
+ <contributor>
+ <name>Costin Manolache</name>
+ <email>cmanolache at yahoo.com</email>
+ </contributor>
- </contributors>
+ </contributors>
- <mailingLists>
- <mailingList>
- <name>BCEL User List</name>
- <subscribe>
+ <mailingLists>
+ <mailingList>
+ <name>BCEL User List</name>
+ <subscribe>
user-subscribe@commons.apache.org
</subscribe>
- <unsubscribe>
+ <unsubscribe>
user-unsubscribe@commons.apache.org
</unsubscribe>
- <archive>
+ <archive>
http://mail-archives.apache.org/mod_mbox/commons-user/
</archive>
- </mailingList>
- <mailingList>
- <name>BCEL Developer List</name>
- <subscribe>dev-subscribe@commons.apache.org</subscribe>
- <unsubscribe>
+ </mailingList>
+ <mailingList>
+ <name>BCEL Developer List</name>
+ <subscribe>dev-subscribe@commons.apache.org</subscribe>
+ <unsubscribe>
dev-unsubscribe@commons.apache.org
</unsubscribe>
- <archive>
+ <archive>
http://mail-archives.apache.org/mod_mbox/commons-dev/
</archive>
- </mailingList>
- </mailingLists>
+ </mailingList>
+ </mailingLists>
- <issueManagement>
- <system>jira</system>
- <url>http://issues.apache.org/jira/browse/BCEL</url>
- </issueManagement>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/BCEL</url>
+ </issueManagement>
- <scm>
- <connection>
+ <scm>
+ <connection>
scm:svn:http://svn.apache.org/repos/asf/commons/proper/bcel/trunk
</connection>
- <developerConnection>
+ <developerConnection>
scm:svn:http://svn.apache.org/repos/asf/commons/proper/bcel/trunk
</developerConnection>
- <url>http://svn.apache.org/repos/asf/commons/proper/bcel/trunk</url>
- </scm>
+ <url>http://svn.apache.org/repos/asf/commons/proper/bcel/trunk</url>
+ </scm>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*TestCase.java</include>
- </includes>
- <excludes>
- <exclude>**/Abstract*</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/bin.xml</descriptor>
- <descriptor>src/main/assembly/src.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.9.1</version>
- <configuration>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-publish-plugin</artifactId>
- <configuration>
- <ignorePathsToDelete>
- <ignorePathToDelete>javadocs</ignorePathToDelete>
- </ignorePathsToDelete>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*TestCase.java</include>
+ </includes>
+ <excludes>
+ <exclude>**/Abstract*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/bin.xml</descriptor>
+ <descriptor>src/main/assembly/src.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ <configuration>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-publish-plugin</artifactId>
+ <configuration>
+ <ignorePathsToDelete>
+ <ignorePathToDelete>javadocs</ignorePathToDelete>
+ </ignorePathsToDelete>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
- <reporting>
- <plugins>
- <!--
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jardiff-maven-plugin</artifactId>
- <configuration>
- <artifacts>
- <artifact>
- <version>5.2</version>
- </artifact>
- <artifact>
- <groupId>bcel</groupId>
- <version>5.1</version>
- </artifact>
- </artifacts>
- </configuration>
- </plugin>
- -->
- <plugin>
- <!-- generate a code coverage report -->
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.6</version>
- </plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <version>${commons.rat.version}</version>
- <configuration>
- <excludes>
- <exclude>src/test/resources/**</exclude>
- <exclude>docs/*.bib</exclude>
- <exclude>docs/*.mdl</exclude>
- <exclude>docs/eps/*</exclude>
- <exclude>**/*.eps</exclude>
- <exclude>**/*.bnf</exclude>
- <exclude>**/*.mini</exclude>
- <exclude>TODO.JustIce</exclude>
- <exclude>src/examples/Mini/MiniParser$JJCalls</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
+ <reporting>
+ <plugins>
+ <!--
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jardiff-maven-plugin</artifactId>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <version>5.2</version>
+ </artifact>
+ <artifact>
+ <groupId>bcel</groupId>
+ <version>5.1</version>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </plugin>
+ -->
+ <plugin>
+ <!-- generate a code coverage report -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>${commons.rat.version}</version>
+ <configuration>
+ <excludes>
+ <exclude>src/test/resources/**</exclude>
+ <exclude>docs/*.bib</exclude>
+ <exclude>docs/*.mdl</exclude>
+ <exclude>docs/eps/*</exclude>
+ <exclude>**/*.eps</exclude>
+ <exclude>**/*.bnf</exclude>
+ <exclude>**/*.mini</exclude>
+ <exclude>TODO.JustIce</exclude>
+ <exclude>src/examples/Mini/MiniParser$JJCalls</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.11</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>