commons-parent-39/0000775000175000017500000000000012646010257013606 5ustar ebourgebourgcommons-parent-39/BUILDING.txt0000664000175000017500000000742012541550610015543 0ustar ebourgebourgNotes on building/releasing Commons Parent ========================================== These recipes should work. Other recipes may suit other tastes! This is the short form of "Releasing Commons Components" http://commons.apache.org/releases/index.html Building for local repo: ----------------------- mvn -N install Snapshot deployment: ------------------- mvn deploy Preparing for release candidate: ------------------------------- Check for updates to plugins and dependencies Ensure NOTICE has correct year Ensure changes.xml is up to date; generate RELEASE-NOTES using non-SNAPSHOT version: mvn changes:announcement-generate -Prelease-notes -Dchanges.version=nn Ensure pom.xml header comment agrees with changes for this release Commit all changes to SVN Please check that the site documentation is up to date See: https://svn.apache.org/repos/asf/commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml This will need updating if any new features / profiles etc are added. It does not list plugin or dependency versions. However at the least please update the version details and URL at the start of the page. Creating release candidate tag: ------------------------------ Checkout trunk in clean workspace: svn co https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk commons-parent--RC1 cd commons-parent--RC1 Edit version in pom.xml to remove SNAPSHOT suffix Edit three SCM URLs to point to the future (non-RC) tag: scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent- scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent- http://svn.apache.org/viewvc/commons/proper/commons-parent/tags/commons-parent- Create tag in SVN from the updated workspace: svn cp . https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent--RC1 -m"Create RC1 tag" (this ensures the trunk never sees the different URLs or released version) Test build of tag: ----------------- mvn package deploy -Dassembly.attach=false -Duser.name=ASF-login-name -Prelease -Pjava-1.5 -Ptest-deploy Check the contents of target/deploy/org/apache/commons/commons-parent/ - should contain commons-parent-.pom, commons-parent--site.xml and sigs/hashes Deploy RC to Nexus: ------------------ Set up passwords in settings.xml (https://wiki.apache.org/commons/UsingNexus) As above, but omitting -Ptest-deploy profile: mvn package deploy -Dassembly.attach=false -Duser.name=ASF-login-name -Prelease -Pjava-1.5 Tidy and close Nexus staging area: --------------------------------- Login to Nexus: https://repository.apache.org/index.html Open "Staging Repositories", find the correct "Open" entry (check Summary tab in bottom panel) The message "No CLM data recorded" appears to be benign Open the bottom "Content" tab and navigate to the files Delete *.asc.md5 and *.asc.sha1 if present Double-check! Close the staging area - Description: "Apache Commons Parent RC1" Screen does not auto-refresh - you need to press refresh Send round the release vote(lazy) -------------------------------- Promote the Nexus staging area ------------------------------ Assuming the vote passes, login to Nexus and use the "Release" function [If there was a problem identified, Drop the repo instead and start again] Copy the RC Tag to final tag: URL=https://svn.apache.org/repos/asf/commons/proper/commons-parent/ svn cp "$URL/tags/commons-parent-37-RC1" "$URL/tags/commons-parent-37" -m "Release commons-parent 37 based on RC1" Prepare next Release Cycle -------------------------- Modify pom.xml with next SNAPSHOT version, remove second last history comment Add next release tag in src/changes/changes.xml and commit changes to trunk commons-parent-39/src/0000775000175000017500000000000012646010256014374 5ustar ebourgebourgcommons-parent-39/src/site/0000775000175000017500000000000012646010257015341 5ustar ebourgebourgcommons-parent-39/src/site/resources/0000775000175000017500000000000012646010257017353 5ustar ebourgebourgcommons-parent-39/src/site/resources/profile.noanimal0000664000175000017500000000000012456014431022516 0ustar ebourgebourgcommons-parent-39/src/site/site.xml0000664000175000017500000001504012540546312017026 0ustar ebourgebourg Apache Commons http://dummy.invalid/$relativePath/images/commons-logo.png Apache Commons logo http://commons.apache.org.remove.invalid/ org.apache.commons commons-skin 4
Apache Commons, Apache @project.name@, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
commons-parent-39/src/assembly/0000775000175000017500000000000012646010257016214 5ustar ebourgebourgcommons-parent-39/src/assembly/src.xml0000664000175000017500000000304412173514502017523 0ustar ebourgebourg src tar.gz zip ${artifactId}-${version}-src LICENSE* NOTICE* RELEASE-NOTES.txt pom.xml src commons-parent-39/src/changes/0000775000175000017500000000000012646010257016005 5ustar ebourgebourgcommons-parent-39/src/changes/release-notes.vm0000664000175000017500000000741112322464305021120 0ustar ebourgebourg## 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.name} ${version} RELEASE NOTES The ${developmentTeam} is pleased to announce the release of ${project.name} ${version} $introduction.replaceAll("(? Changes Apache Commons developers Update Compiler Plugin : 3.2 -> 3.3 Update Build Helper Plugin : 1.8 -> 1.9.1 Update Release Plugin : 2.5.1 -> 2.5.2 Update Javadoc Plugin : 2.10.2 -> 2.10.3 Update Jar Plugin : 2.5 -> 2.6 Drop the "trunks-proper" profile Update animal-sniffer Plugin : 2.13 -> 2.14 (for Java7+ build profile) Move assembly to standard location. src/main => src/assembly/src.xml Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946 Fix URL for Security link Update Assembly Plugin : 2.5.3 => 2.5.5 Update Cobertura Plugin : 2.6 => 2.7 Update Jacoco Plugin : 0.7.2 => 0.7.4 Update Javadoc Plugin : 2.10.1 => 2.10.2 Update Surefire Plugin : 2.18 => 2.18.1 Update minimum Maven prerequisite (as defined by Findbugs) 3.0 -> 3.0.1 Update org.apache:apache 15 to 16 (nop for Commons: maven-compiler-plugin already contained source/target) Update Maven Project Info Reports Plugin : 2.7 => 2.8 merged maven-3 profile into main body (Maven 2 is no longer supported) Added Animal Sniffer profile (active by default) renamed the profile jdk7-findbugs to jdk7-plugin-fix-version Allow to configure dependency excludes of bundle-plugin with commons.osgi.excludeDependencies Added property commons.changes.onlyCurrentVersion for changes plugin Jira report Update GPG Plugin : 1.5 => 1.6 Update Antrun Plugin : 1.7 => 1.8 Allow changes Jira report maxEntries to be overridden (default 100) Allow changes Jira report runOnlyAtExecutionRoot to be overridden Added site-basic profile to allow quick generation of the basic site docs Update maven-jxr-plugin 2.4 to 2.5 Update maven-surefire-plugin(s) 2.17 to 2.18 Update maven-assembly-plugin 2.5 to 2.5.1 Update maven-clean-plugin 2.6 to 2.6.1 Update commons.wagon-ssh.version 2.6 to 2.8 Add announcementDirectory to release-notes profile. Add link to security page in general navigation section Added java-1.9 profile Suppress test Javadocs when building site Suppress test Javadocs Update JaCoCo to 0.7.2.201409121644 Update maven-compiler-plugin 3.1 to 3.2 Update maven-source-plugin 2.2.1 to 2.4 Update maven-site-plugin 3.3 to 3.4 Update maven-gpg-plugin 1.4 to 1.5 Update maven-jar-plugin 2.4 to 2.5 Update maven-release-plugin 2.4.2 to 2.5.1 Update maven-bundle-plugin 2.4.0 to 2.5.3 Update buildnumber-maven-plugin 1.2 to 1.3 Update wagon-ssh 2.3 to 2.6 Update maven-scm-publish-plugin 1.0 to 1.1 Update jdepend-maven-plugin 2.0-beta-2 to 2.0 Update apache-rat-plugin 0.10 to 0.11 Update maven-clean-plugin 2.5 to 2.6. Update maven-changes-plugin 2.9 to 2.11 Update maven-deploy-plugin 2.8.1 to 2.8.2 Update maven-install-plugin 2.5.1 to 2.5.2 Update maven-javadic-plugin 2.9.1 to 2.10.1 Update apache 13 to 15 Add property commons.findbugs.version. Added java-1.8 profile maven-scm-publish-plugin 1.0-beta -> 1.0 maven-surefire-plugin(s) 2.16 -> 2.17 Added Maven enforcer to ensure builds use Maven 3.0.0 or later commons-skin 3 -> 4 maven-deploy-plugin 2.7 -> 2.8.1 maven-jxr-plugin 2.3 -> 2.4 maven-install-plugin 2.4 -> 2.5.1 maven-release-plugin 2.4.1 -> 2.4.2 maven-surefire-plugin(s) 2.15 -> 2.16 remote-resources-plugin 1.4 -> 1.5 apache-rat-plugin 0.9 -> 0.10 clirr-maven-plugin 2.5 -> 2.6.1 cobertura-maven-plugin 2.5.2 -> 2.6 jacoco-maven-plugin 0.6.3.201306030806 -> 0.6.4.201312101107 Fixed JaCoCo configuration - syntax changed completely between 0.6.2.x and 0.6.3.x Add commons.compiler.version property so compiler plugin version can be overridden if necessary Add source archive to Maven artifacts maven-javadoc-plugin 2.9 -> 2.9.1 Dropped "rc" profile as no longer relevant maven-bundle-plugin 2.3.7 -> 2.4.0 maven-surefire[-report]-plugin 2.14.1 -> 2.15 renamed properties maven.compile.* => maven.compiler.* Exclude .checkstyle and .fbprefs from RAT check cobertura-maven-plugin 2.5.2 reinstated jacoco-maven-plugin 0.6.2.201302030002 -> 0.6.3.201306030806 rat-maven-plugin 0.8 -> 0.9 maven-project-info-reports-plugin 2.6 -> 2.7 cobertura-maven-plugin 2.5.2 -> removed jacoco-maven-plugin -> 0.6.2.201302030002 maven-surefire-plugin 2.13 -> 2.14.1 maven-surefire-report-plugin 2.13 -> 2.14.1 maven-changes-plugin 2.8 -> 2.9 maven-compiler-plugin 3.0 -> 3.1 maven-release-plugin 2.3.2 -> 2.4.1 maven-site-plugin 3.2 -> 3.3 The main change is the replacement of Cobertura with JaCoCo for test coverage analysis. The former is not maintained anymore, has numerous bugs and is extremely slow in some situations (typically generating coverage reports for [math] took about 9 hours whereas standard tests run in about 10 minutes). One important implication is that since JaCoCo relies on setting an agent, it is triggered only if JDK used to run the tests is at least Java 1.5 (this is automatically detected), and it changes the argument line of surefire tests. If a component also needs to adapt the surefire command line, it must add the property ${argLine} to the argument line in order to preserve JaCoCo settings. An example for this is Apache Commons IO, where the maven-surefire-plugin setting must read as (note the use of the ${argLine} property): <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>pertest</forkMode> <!-- limit memory size see IO-161 --> <!-- the ${argLine} preserves jacoco agent settings (see (see https://github.com/jacoco/jacoco/issues/44) --> <argLine>-Xmx25M ${argLine}</argLine> ... </configuration> </plugin> ... </plugins> apache-parent-pom 9 -> 13 maven-surefire-plugin 2.12.3 -> 2.12.4 maven-surefire-report-plugin 2.12.3 -> 2.12.4 cobertura-maven-plugin 2.5.1 -> 2.5.2 buildnumber-maven-plugin 1.1 -> 1.2 Also changed, but omitted from changes section in released version: Added maven-scm-publish-plugin 1.0-beta-2 Removed timestamp from Javadoc output Moved Cobertura from default to reporting profile Renamed module sanselan => imaging Added scm publishing properties update maven-site-plugin to 3.1 in reporting section use properties for all reporting plugins to ensure consistency maven-changes-plugin: 2.7.1 => 2.8 (fixes MCHANGES-285 SAXException parsing JIRA XML from JIRA 5.1) maven-project-info-reports-plugin 2.5 -> 2.5.1 maven-resources-plugin 2.5 -> 2.6 maven-surefire-plugin 2.12.2 -> 2.12.3 maven-surefire-report-plugin 2.12.2 -> 2.12.3 FELIX-3037 has been fixed so the profile java-1.5-detected is no longer needed (in fact it causes problems, because it reverts bndlib to a version that is missing some required new methods) maven-changes-plugin: 2.6 => 2.7.1 maven-clean-plugin: 2.4.1 => 2.5 maven-compiler-plugin: 2.3.2 => 2.5.1 maven-project-info-reports-plugin: 2.4 => 2.5 maven-release-plugin: 2.2.2 => 2.3.2 maven-remote-resources-plugin: 1.2.1 => 1.3 maven-site-plugin: 3.0 => 3.1 maven-source-plugin: 2.1.2 => 2.2 maven-surefire-plugin: 2.12 => 2.12.2 maven-surefire-report-plugin: 2.12 => 2.12.2 org.codehaus.mojo:buildnumber-maven-plugin: 1.0 => 1.1 Updated various plugin versions: clirr-maven-plugin: 2.3 => 2.4 clirr and RAT added to pluginManagement so can override the version from Apache POM Add changes and jira reports Updated various plugin versions: antrun: 1.6 => 1.7 assembly: 2.2.1 => 2.3 jar: 2.3.2 => 2.4 release: 2.2.1 => 2.2.2 remote-resources: override Apache pom 9 with 1.2.1 commons-build: 1.3 => 1.4 bundle: 2.3.5 => 2.3.7; removed workround for Java 1.5 as no longer necessary Added cobertura: 2.5.1 to reporting and buildManagement surefire: 2.9 => 2.12 surefire-report: 2.9 => 2.12 Allow override of surefire-report aggregate setting using property commons.surefire-report.aggregate javadoc: 2.8 => 2.8.1 rat: 0.7 => 0.8 wagon-ssh 1.0 => 2.2 (M3 only) Deleted "ci" profile (does not apply with Nexus) Add default project info reports: excluded license/plugins/plugin management Add tests.jar and test-sources.jar to deployed files added java-1.7 profile added ssh/scp support to maven-site-plugin in Maven3 moved buildNumber plugin to profile which is activated unless buildNumber.skip=true changed buildNumber plugin default provider to CLI; added 'javasvn' profile as override added aggregate:false to jxr plugin (aggregate is deprecated) updated modules list, added: bcel, functor, jcs, ognl Add commons.release.version and commons.rc.version for use in releasing commons parent Add release-notes profile to generate RELEASE-NOTES.txt from changes.xml. Added changes.xml and template release-notes.vm Add pom description Added workround for bundle plugin 2.3.5 on Java 1.5 - replace embedded bndlib with previous version Add buildnumber plugin and put build details into manifests. Add Clirr report for all components Update to site plugin 3.0 (usable by Maven 2 and Maven 3) Fix resources and testResource overrides to include the default directories. Components which redefine these may no longer need to do so. Update to latest releases of plugins. Remove Maven IDEA plugin. Update to Apache RAT plugin, and enable use as standalone goal. Add Javadoc link to Java EE. commons-parent-39/pom.xml0000664000175000017500000016607012567606263015147 0ustar ebourgebourg 4.0.0 org.apache apache 16 org.apache.commons commons-parent pom 39 Apache Commons Parent http://commons.apache.org/ The Apache Commons Parent POM provides common settings for all Apache Commons components. 3.0.1 continuum https://continuum-ci.apache.org/ scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-39 scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-39 http://svn.apache.org/viewvc/commons/proper/commons-parent/tags/commons-parent-39 Commons User List user-subscribe@commons.apache.org user-unsubscribe@commons.apache.org user@commons.apache.org http://mail-archives.apache.org/mod_mbox/commons-user/ http://markmail.org/list/org.apache.commons.users/ http://old.nabble.com/Commons---User-f319.html http://www.mail-archive.com/user@commons.apache.org/ http://news.gmane.org/gmane.comp.jakarta.commons.user Commons Dev List dev-subscribe@commons.apache.org dev-unsubscribe@commons.apache.org dev@commons.apache.org http://mail-archives.apache.org/mod_mbox/commons-dev/ http://markmail.org/list/org.apache.commons.dev/ http://old.nabble.com/Commons---Dev-f317.html http://www.mail-archive.com/dev@commons.apache.org/ http://news.gmane.org/gmane.comp.jakarta.commons.devel Commons Issues List issues-subscribe@commons.apache.org issues-unsubscribe@commons.apache.org http://mail-archives.apache.org/mod_mbox/commons-issues/ http://markmail.org/list/org.apache.commons.issues/ http://old.nabble.com/Commons---Issues-f25499.html http://www.mail-archive.com/issues@commons.apache.org/ Commons Commits List commits-subscribe@commons.apache.org commits-unsubscribe@commons.apache.org http://mail-archives.apache.org/mod_mbox/commons-commits/ http://markmail.org/list/org.apache.commons.commits/ http://www.mail-archive.com/commits@commons.apache.org/ Apache Announce List announce-subscribe@apache.org announce-unsubscribe@apache.org http://mail-archives.apache.org/mod_mbox/www-announce/ http://markmail.org/list/org.apache.announce/ http://old.nabble.com/Apache-News-and-Announce-f109.html http://www.mail-archive.com/announce@apache.org/ http://news.gmane.org/gmane.comp.apache.announce src/main/resources ${basedir} META-INF NOTICE.txt LICENSE.txt src/test/resources ${basedir} META-INF NOTICE.txt LICENSE.txt org.apache.maven.plugins maven-antrun-plugin 1.8 org.apache.maven.plugins maven-assembly-plugin 2.5.5 org.apache.maven.plugins maven-clean-plugin 2.6.1 org.apache.maven.plugins maven-compiler-plugin ${commons.compiler.version} ${maven.compiler.source} ${maven.compiler.target} ${commons.encoding} ${commons.compiler.fork} ${commons.compiler.compilerVersion} ${commons.compiler.javac} org.apache.maven.plugins maven-deploy-plugin 2.8.2 org.apache.maven.plugins maven-gpg-plugin 1.6 org.apache.maven.plugins maven-install-plugin 2.5.2 org.apache.maven.plugins maven-jar-plugin 2.6 org.apache.maven.plugins maven-javadoc-plugin ${commons.javadoc.version} true ${commons.encoding} ${commons.docEncoding} true ${commons.javadoc.java.link} ${commons.javadoc.javaee.link} true true org.apache.maven.plugins maven-release-plugin 2.5.2 org.apache.maven.plugins maven-remote-resources-plugin 1.5 true org.apache.maven.plugins maven-resources-plugin 2.7 org.apache.maven.plugins maven-site-plugin ${commons.site-plugin.version} true org.apache.maven.wagon wagon-ssh ${commons.wagon-ssh.version} attach-descriptor attach-descriptor org.apache.maven.plugins maven-source-plugin 2.4 true true org.apache.maven.plugins maven-surefire-plugin ${commons.surefire.version} org.apache.commons commons-build-plugin 1.4 ${commons.release.name} org.apache.felix maven-bundle-plugin 2.5.3 true org.apache.rat apache-rat-plugin ${commons.rat.version} org.codehaus.mojo build-helper-maven-plugin 1.9.1 org.codehaus.mojo buildnumber-maven-plugin 1.3 org.codehaus.mojo clirr-maven-plugin ${commons.clirr.version} ${minSeverity} maven-assembly-plugin src/assembly/src.xml gnu org.apache.maven.plugins maven-antrun-plugin javadoc.resources generate-sources run org.apache.maven.plugins maven-compiler-plugin true org.apache.maven.plugins maven-enforcer-plugin 1.3.1 enforce-maven-3 enforce 3.0.0 true org.apache.maven.plugins maven-jar-plugin ${commons.manifestfile} ${project.name} ${project.version} ${project.organization.name} ${project.name} ${project.version} ${project.organization.name} org.apache ${implementation.build} ${maven.compiler.source} ${maven.compiler.target} org.apache.maven.plugins maven-surefire-plugin ${commons.surefire.java} org.apache.commons commons-build-plugin org.apache.felix maven-bundle-plugin true ${commons.osgi.excludeDependencies} ${project.build.directory}/osgi <_nouses>true <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME,JAVA_1_8_HOME,JAVA_1_9_HOME ${commons.osgi.symbolicName} ${commons.osgi.export} ${commons.osgi.private} ${commons.osgi.import} ${commons.osgi.dynamicImport} ${project.url} bundle-manifest process-classes manifest org.apache.rat apache-rat-plugin ${commons.rat.version} site-content/** .checkstyle .fbprefs .pmd src/site/resources/download_*.cgi src/site/resources/profile.* org.apache.maven.plugins maven-scm-publish-plugin ${commons.scm-publish.version} ${project.reporting.outputDirectory} scm:svn:${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory} ${commons.scmPubServer} true scm-publish site-deploy publish-scm org.apache.maven.plugins maven-changes-plugin ${commons.changes.version} ${basedir}/src/changes/changes.xml Fix Version,Key,Component,Summary,Type,Resolution,Status Fix Version DESC,Type,Key DESC Fixed Resolved,Closed Bug,New Feature,Task,Improvement,Wish,Test true ${commons.changes.onlyCurrentVersion} ${commons.changes.maxEntries} ${commons.changes.runOnlyAtExecutionRoot} changes-report jira-report org.apache.maven.plugins maven-javadoc-plugin ${commons.javadoc.version} true ${maven.compiler.source} ${commons.encoding} ${commons.docEncoding} true true true ${commons.javadoc.java.link} ${commons.javadoc.javaee.link} default javadoc org.apache.maven.plugins maven-jxr-plugin ${commons.jxr.version} org.apache.maven.plugins maven-project-info-reports-plugin ${commons.project-info.version} index summary modules project-team scm issue-tracking mailing-list dependency-info dependency-management dependencies dependency-convergence cim distribution-management org.apache.maven.plugins maven-site-plugin ${commons.site-plugin.version} navigation.xml,changes.xml org.apache.maven.plugins maven-surefire-report-plugin ${commons.surefire-report.version} ${commons.surefire-report.aggregate} org.apache.rat apache-rat-plugin ${commons.rat.version} site-content/** .checkstyle .fbprefs .pmd src/site/resources/download_*.cgi src/site/resources/profile.* org.codehaus.mojo clirr-maven-plugin ${commons.clirr.version} ${minSeverity} org.codehaus.mojo jdepend-maven-plugin ${commons.jdepend.version} parse-target-version user.home org.codehaus.mojo build-helper-maven-plugin parse-version parse-version javaTarget ${maven.compiler.target} animal-sniffer src/site/resources/profile.noanimal java${javaTarget.majorVersion}${javaTarget.minorVersion} org.codehaus.mojo animal-sniffer-maven-plugin ${commons.animal-sniffer.version} checkAPIcompatibility check org.codehaus.mojo.signature ${animal-sniffer.signature} ${commons.animal-sniffer.signature.version} jacoco src/site/resources/profile.jacoco org.jacoco jacoco-maven-plugin ${commons.jacoco.version} prepare-agent process-test-classes prepare-agent report site report check check BUNDLE CLASS COVEREDRATIO ${commons.jacoco.classRatio} INSTRUCTION COVEREDRATIO ${commons.jacoco.instructionRatio} METHOD COVEREDRATIO ${commons.jacoco.methodRatio} BRANCH COVEREDRATIO ${commons.jacoco.branchRatio} LINE COVEREDRATIO ${commons.jacoco.lineRatio} COMPLEXITY COVEREDRATIO ${commons.jacoco.complexityRatio} ${commons.jacoco.haltOnFailure} org.jacoco jacoco-maven-plugin ${commons.jacoco.version} cobertura src/site/resources/profile.cobertura org.codehaus.mojo cobertura-maven-plugin ${commons.cobertura.version} release maven-gpg-plugin ${gpg.passphrase} sign-artifacts verify sign maven-install-plugin true maven-source-plugin create-source-jar jar test-jar maven-jar-plugin test-jar true maven-release-plugin -Prelease maven-javadoc-plugin create-javadoc-jar javadoc jar package ${maven.compiler.source} maven-assembly-plugin true single package apache-release maven-release-plugin apache-release org.apache.maven.plugins maven-source-plugin attach-test-sources test-jar maven-install-plugin true org.apache.maven.plugins maven-jar-plugin test-jar java-1.3 true 1.3 ${JAVA_1_3_HOME}/bin/javac ${JAVA_1_3_HOME}/bin/java java-1.4 true 1.4 ${JAVA_1_4_HOME}/bin/javac ${JAVA_1_4_HOME}/bin/java 2.11 java-1.5 true 1.5 ${JAVA_1_5_HOME}/bin/javac ${JAVA_1_5_HOME}/bin/java java-1.6 true 1.6 ${JAVA_1_6_HOME}/bin/javac ${JAVA_1_6_HOME}/bin/java java-1.7 true 1.7 ${JAVA_1_7_HOME}/bin/javac ${JAVA_1_7_HOME}/bin/java java-1.8 true 1.8 ${JAVA_1_8_HOME}/bin/javac ${JAVA_1_8_HOME}/bin/java java-1.9 true 1.9 ${JAVA_1_9_HOME}/bin/javac ${JAVA_1_9_HOME}/bin/java test-deploy id::default::file:target/deploy release-notes org.apache.maven.plugins maven-changes-plugin ${commons.changes.version} src/changes true . RELEASE-NOTES.txt ${commons.release.version} create-release-notes generate-resources announcement-generate svn-buildnumber !buildNumber.skip !true org.codehaus.mojo buildnumber-maven-plugin generate-resources create true ?????? false false javasvn org.codehaus.mojo buildnumber-maven-plugin javasvn jdk7-plugin-fix-version [1.7,) 3.0.0 1.14 site-basic true true true true true true true true true true ${project.version} RC1 COMMONSSITE 1.3 1.3 false 2.18.1 2.18.1 2.10.3 0.11 2.11 2.6.1 2.5 2.8 2.8 3.4 0.7.5.201505241946 2.7 2.0 3.3 1.1 2.5.5 1.11 1.0 ${project.artifactId}-${commons.release.version} -bin ${project.artifactId}-${commons.release.2.version} -bin ${project.artifactId}-${commons.release.3.version} -bin 1.00 0.90 0.95 0.85 0.85 0.90 false ${project.artifactId} org.apache.commons.${commons.componentid} org.apache.commons.*;version=${project.version};-noimport:=true * true ${project.build.directory}/osgi/MANIFEST.MF scp iso-8859-1 ${commons.encoding} ${commons.encoding} ${commons.encoding} http://docs.oracle.com/javase/7/docs/api/ http://docs.oracle.com/javaee/6/api/ yyyy-MM-dd HH:mm:ssZ ${scmBranch}@r${buildNumber}; ${maven.build.timestamp} info 100 false false 100 false ${user.home}/commons-sites ${project.artifactId} https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId} ${commons.site.cache}/${commons.site.path} commons.site https://analysis.apache.org/ commons-parent-39/LICENSE.txt0000664000175000017500000002613610524210751015433 0ustar ebourgebourg Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] 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. commons-parent-39/NOTICE.txt0000664000175000017500000000025712461051730015330 0ustar ebourgebourgApache Commons Parent Copyright 2006-2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). commons-parent-39/RELEASE-NOTES.txt0000664000175000017500000000243012567603231016316 0ustar ebourgebourg Apache Commons Parent 39 RELEASE NOTES The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 39 The Apache Commons Parent POM provides common settings for all Apache Commons components. Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer. Changes in this version include: Changes: o Update Compiler Plugin : 3.2 -> 3.3 o Update Build Helper Plugin : 1.8 -> 1.9.1 o Update Release Plugin : 2.5.1 -> 2.5.2 o Update Javadoc Plugin : 2.10.2 -> 2.10.3 o Update Jar Plugin : 2.5 -> 2.6 o Drop the "trunks-proper" profile o Update animal-sniffer Plugin : 2.13 -> 2.14 (for Java7+ build profile) o Move assembly to standard location. src/main => src/assembly/src.xml o Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946 Historical list of changes: http://commons.apache.org/changes-report.html For complete information on Apache Commons Parent, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Parent website: http://commons.apache.org/