|
Commons Beanutils example source code file (pom.xml)
The Commons Beanutils pom.xml source code<?xml version="1.0"?> <!-- 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"> <parent> <groupId>org.apache.commons <artifactId>commons-parent <version>14 </parent> <modelVersion>4.0.0 <groupId>commons-beanutils <artifactId>commons-beanutils <version>1.8.3 <name>Commons BeanUtils <inceptionYear>2000 <description>BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection. <url>http://commons.apache.org/beanutils/ <issueManagement> <system>jira <url>http://issues.apache.org/jira/browse/BEANUTILS </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/trunk/ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/beanutils/trunk/ <url>http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/ </scm> <developers> <developer> <name>Robert Burrell Donkin <id>rdonkin <email>rdonkin@apache.org <organization>Apache Software Foundation </developer> <developer> <name>dIon Gillard <id>dion <email>dion@apache.org <organization>Apache Software Foundation </developer> <developer> <name>Craig McClanahan <id>craigmcc <email>craigmcc@apache.org <organization>Apache Software Foundation </developer> <developer> <name>Geir Magnusson Jr. <id>geirm <email>geirm@apache.org <organization>Apache Software Foundation </developer> <developer> <name>Scott Sanders <id>sanders <email>sanders@apache.org <organization>Apache Software Foundation </developer> <developer> <name>James Strachan <id>jstrachan <email>jstrachan@apache.org <organization>Apache Software Foundation </developer> <developer> <name>Rodney Waldhoff <id>rwaldhoff <email>rwaldhoff@apache.org <organization>Apache Software Foundation </developer> <developer> <name>Martin van den Bemt <id>mvdb <email>mvdb@apache.org <organization>Apache Software Foundation </developer> <developer> <name>Yoav Shapira <id>yoavs <email>yoavs@apache.org <organization>Apache Software Foundation </developer> <developer> <name>Niall Pemberton <id>niallp <email>niallp at apache dot org <organization>Apache Software Foundation </developer> <developer> <name>Simon Kitching <id>skitching <email>skitching@apache.org <organization>Apache Software Foundation </developer> <developer> <name>James Carman <id>jcarman <email>jcarman@apache.org <organization>Apache Software Foundation </developer> </developers> <contributors> <contributor> <name>Paul Jack <email> </contributor> <contributor> <name>Stephen Colebourne <email> </contributor> <contributor> <name>Berin Loritsch <email> </contributor> </contributors> <dependencies> <dependency> <groupId>commons-logging <artifactId>commons-logging <version>1.1.1 </dependency> <dependency> <groupId>commons-collections <artifactId>commons-collections <version>3.2.1 <optional>true </dependency> <dependency> <groupId>commons-collections <artifactId>commons-collections-testframework <version>3.2.1 <scope>test </dependency> <dependency> <groupId>junit <artifactId>junit <version>3.8.1 <scope>test </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins <artifactId>maven-surefire-plugin <configuration> <forkMode>pertest <!-- limit memory size see BEANUTILS-291 --> <argLine>-Xmx25M <includes> <include>**/*TestCase.java </includes> <excludes> <!-- This test case is known to fail, and there isn't any proposed fix - so we will just exclude it until someone comes up with a solution. --> <exclude>**/*MemoryTestCase.java </excludes> <!-- Configure Logging --> <redirectTestOutputToFile>true <systemPropertyVariables> <org.apache.commons.logging.LogFactory>org.apache.commons.logging.impl.LogFactoryImpl <org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog> <org.apache.commons.logging.simplelog.defaultlog>WARN </systemPropertyVariables> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin <executions> <execution> <phase>package <configuration> <tasks> <ant antfile="build.xml" target="other-jars"> <property name="component.version" value="${project.version}"/> <property name="build.home" value="${project.build.directory}"/> <property name="dist.home" value="${project.build.directory}"/> <property name="compile.source" value="${maven.compile.source}"/> <property name="compile.target" value="${maven.compile.target}"/> </ant> </tasks> </configuration> <goals> <goal>run </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml <descriptor>src/main/assembly/src.xml </descriptors> <tarLongFileMode>gnu </configuration> </plugin> </plugins> </build> <properties> <maven.compile.source>1.3 <maven.compile.target>1.3 <commons.componentid>beanutils <commons.release.version>1.8.3 <commons.jira.id>BEANUTILS <commons.jira.pid>12310460 <commons.osgi.export> org.apache.commons.beanutils.*;version=${pom.version};-noimport:=true </commons.osgi.export> </properties> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins <artifactId>maven-checkstyle-plugin <version>2.3 <configuration> <configLocation>${basedir}/checkstyle.xml <enableRulesSummary>false <headerLocation>${basedir}/license-header.txt </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo <artifactId>clirr-maven-plugin <version>2.2.2 <configuration> <comparisonVersion>1.8.2 <minSeverity>info </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins <artifactId>maven-javadoc-plugin <version>2.5 <configuration> <linksource>true <links> <link>http://java.sun.com/j2se/1.4.2/docs/api/ <link>http://commons.apache.org/collections/api-release/ </links> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins <artifactId>maven-changes-plugin <version>2.3 <configuration> <issueLinkTemplatePerSystem> <default>%URL%/%ISSUE% </issueLinkTemplatePerSystem> </configuration> <reportSets> <reportSet> <reports> <report>changes-report </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> </project> Other Commons Beanutils examples (source code examples)Here is a short list of links related to this Commons Beanutils pom.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.