You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:19:58 UTC

[maven-ant-plugin] branch master created (now c31be9d)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git.


      at c31be9d  o Reverted last commit to reset to release version parent's.

This branch includes the following new commits:

     new 567f5b1  ant plugin imported
     new 22cb201  use released versions
     new 0012ba7  bump versions
     new 413ffd0  update parent references to get access to the ci settings
     new 4d5e1aa  Resolving: MNG-495
     new 3393d3f  Update all versions to beta-1-SNAPSHOT
     new 68812cf  PR: MNG-596 add XSD definition to m2 poms and archetypes
     new 93597bf  add todir on batchtest to save reports
     new 26fcd6b  update dependency and parent versions
     new cd78c96  [maven-release-plugin] prepare release maven-ant-2.0-beta-1
     new a63103d  [maven-release-plugin] prepare for next development iteration
     new 086f58c  PR: MNG-749 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make directories in ant plugin for repository files
     new a0e8726  remove unneeded exception in ant plugin
     new f5b2fbb  clean up ant plugin exception handling
     new 7f65408  update versions in plugins
     new 8237cd6  adjust parent POMs
     new f90f6eb  MNG-2460: Incorrect POM inheritance for plugins
     new 583861f  MANT-5: Add line breaks between <target> elements in build.xml
     new b5194ff  MANT-2: error "maven.repo.local" property in the ant file
     new ce74e44  MANT-10: error with build.classpath in build.xml
     new 94f32c9  MANT-14: Generate a build-user.xml à la Eclipse
     new 00cc065  MANT-15: Review plugin documentation
     new 3924aad  MANT-16: Create an clean goal
     new d34a58c  MANT-13: Generated build.xml for pom packaged super projects doesn't invoke subprojects
     new 3958749  MANT-17: Using Maven Compiler Plugin settings to define javac task
     new 1e280ee  MANT-18: added Maven Project properties in the maven-build.properties
     new b67b01b  o Updated prerequisite to 2.0.2 and updated dependencies o Tested install with Maven 2.0.2, 2.0.3 and 2.0.4
     new c6d493b  MANT-19: Handle more packaging projects (jar, ear, war...)
     new c1aa6c7  use inheritence and make all the site appearances consistent
     new d02a7bb  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
     new 82e932b  o updating to latest release parent
     new 1856a44  o updating to latest released parent
     new 6d201ca  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
     new a2cc03b  o applied new license headers o no code changes
     new 9056d2b  MANT-24:Generate synonum targets named after the archive type for the package target Submitted by: Petteri Räty Reviewed by: Vincent Siveton
     new 3e6e65a  MANT-23: Make the ant plugin able to generate javadoc targets into build.xml files
     new d88de46  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new 95399c6  MANT-27: updated pom to declare used dependencies
     new 8d41042  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@522032 13f79535-47bb-0310-9956-ffa450edef68
     new 7685a8a  Add two common variables, project.build.outputDirectory and project.build.directory
     new cef5f9f  Set version to 2.0
     new db6d3b7  o remove tab o improved doc
     new 631e5a1  Use released version of install plugin
     new d7e6bb2  [maven-release-plugin] prepare release maven-ant-plugin-2.0
     new d8150a1  [maven-release-plugin] prepare for next development iteration
     new 5187fc7  Readd license header lost in release
     new 8607c8e  o fixed IT builds with snapshot version
     new d311350  o forced IT o added repo1 for IT test
     new 5e0934d  o set surefire version to try to avoid CI build failures
     new 38fa110  o forced download to try to avoid CI build failures
     new 9800c8f  add more info to find out why it is failing on Solaris
     new ced842c  forgot IOException doesn't take this arg even in JDK 1.4+. Going with a temporary solution.
     new 8ef04a7  work around bug in old versions of xalan bundled in JDK 1.4.2
     new a51b2a7  o Improve documentation.
     new 0de2c45  [MANT-35] The generated maven-build.xml has paths that contain \ characters on Windows
     new 824e6fc  [MANT-34] The generated maven-build.xml and maven-build.properties contains absolute path to local repository
     new 258c5db  [MANT-30] classcast exception when running ant:ant on tagtraum.com's gcviewer project Submitted by: Patrick Huber Reviewed by: Dennis Lundberg
     new 5e8e221  o Added svn:eol-style=native
     new 3f1e735  [MANT-37] Wrong path to test resources in maven-build.xml
     new b27eba5  [MANT-36] Use correct file encoding when writing build files
     new e1e6969  o Enabled filtering of plugin version for IT POM
     new fed4619  o Decoupled unit tests from default encoding of executing JVM for build reproducibility
     new affd408  [MANT-32] java.lang.ClassCastException when packaging jeuclid-3.0.1
     new 6040603  [MANT-34] The generated maven-build.xml and maven-build.properties contains absolute path to local repository
     new aadcfe7  o Adjusted IT due to r639886
     new 74c577c  [MANT-4] Generated ANT contains hardcoded "get" tasks that look at the "C:\" drive etc... when using a local repository
     new 66f0bf4  [MANT-38] Use reporting output directory configured in POM
     new 46d6241  [MANT-39] Always specify source/target options for javac
     new 3e1c365  [MANT-40] Use includes/excludes configured for Surefire when running tests
     new f51d668  [MANT-7] "test" target should support running a single test - just like mvn test does
     new 19a0f3f  [MANT-6] "test" targets should fail if junit.jar not present
     new 973a92f  o Added some line breaks to the build scripts
     new 95323df  o Stabilized ITs
     new 9e5502f  [MANT-22] Make it possible to run the package target without tests
     new 3aef71f  o Fixed docs
     new a6b6583  o Bumped to latest parent
     new e98c2f8  encoding-it should not fail if platform encoding does not support tested characters
     new 9c036c8  o updated prerequisite to Maven 2.0.6 since plexus-utils version is > 1.1 o upgraded plexus-utils to 1.5.1 to support spaces in dir name
     new 5bff574  o Decoupled IT from file system for more robustness
     new af335de  o Moved the IT verification into the invoker controlled builds for better failure analysis
     new d4304d6  o Updated to maven-plugins:11
     new e32731a  o Avoided usage of StringInputStream/StringOutputStream with regard to PLXUTILS-70
     new 5fd0401  o Updated to wagon-provider-api:1.0-beta-2
     new 7ec5731  o Update links to Doxia APT reference.
     new 84125c8  o lock down plugins for it
     new 74327c8  o readingness pom o bumped to maven-surefire-plugin:2.4.3
     new 0b80ddb  o fixed license header
     new e58c732  o add SCM
     new 96fd16c  o bumped some artifacts to 2.0.6
     new 81e9803  [maven-release-plugin] prepare release maven-ant-plugin-2.1
     new c732d35  [maven-release-plugin] prepare for next development iteration
     new 8a20d93  o Updated to maven-invoker-plugin:1.2
     new 1f0df16  [MANT-41] mvn ant:ant fails with NPE when maven-javadoc-plugin custom tag is specified in pom.xml
     new 3c63941  MANT-42: Update to p-u 1.5.4
     new 400e639  Adding plexus snapshots repo to settings.xml for integration testing until plexus-utils dependency version is bumped off of -SNAPSHOT version.
     new 4bedcaa  o Handled URL decoding to prepare for the day when the Maven core will use RFC-compliant URLs
     new c1a0bf5  MANT-42: Update to p-u 1.5.4
     new f17194b  o Removed snapshot repos now that the plugin is using released version of plexus-utils
     new 1e663e7  MANT-42: Update to p-u 1.5.4
     new e5cbad3  o Used Install Plugin for IT staging to workaround MINVOKER-43 o Removed unnecessary repos from IT POMs
     new 60b8d59  [MANT-46] mvn ant:ant throws a StringIndexOutOfBoundsException
     new 11ca0c8  Try to use the 12-SNAPSHOT parent
     new a6938be  Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)
     new ec6cc71  Align activation properties for integration-tests profile because we cannot setup it in the parent (see MNG-3228)
     new 8dc1a1a  Remove plugins versions already defined in parent
     new a1f81fc  We don't need to load dependencies for these tests (moreover in offline mode)
     new 31eb5c4  o Synced stub dependency with POM dependency
     new 6a154ce  o Synced id and activation of integration-tests with core ITs
     new ecf1524  o Reordered POM
     new f3cac65  o Removed inherited property
     new c8ad6f1  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     new 77cf0f0  o Updated index page of plugin site
     new 42e8449  o Unified plugin name
     new a142485  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 3244241  o Explicitly stated UTF-8 as file encoding o Updated license header
     new 93c3eaf  o Updated index page of plugin site
     new c83b0a4  o Tweaked invoker configuration to ease single test execution via -Dinvoker.test
     new d9a1b1f  [MANT-45] basedir attribute of <war> task of package target in generated Ant build causes files to be archived twice
     new 5ce253d  [MANT-44] Generated ant copy commands in package target point to hard-coded local repository instead of ${maven.repo.local}
     new 983254c  o Inherited from maven-plugins:12
     new 754dbd0  o Updated to maven-invoker-plugin:1.3
     new ad1b5b0  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     new 6900d4b  new parent
     new 634d739  o Inherited from maven-plugins:13
     new 0640804  used http://maven.apache.org/xsd/* for schema location
     new b73d722  o Decoupled from assumption that plugin config is internally stored as Xpp3Dom
     new 21ac67a  o Tidied up dependencies
     new 231a14d  [maven-release-plugin] prepare release maven-ant-plugin-2.1.1
     new 62e59c0  [maven-release-plugin] prepare for next development iteration
     new 120acf7  o Reverted release of 2.1.1
     new abd2f76  o Tidied up mojo annotations
     new 15d7387  MANT-47: ant:clean should not delete build.xml
     new 982a86b  o javadoc
     new 00c5c84  o added missing plexus-interactivity-jline o bumped p-u to latest version
     new 0dbcc9f  o added the api dep
     new 7b29a9a  o Decoupled from settings
     new e626426  o Fixed file leak
     new 9a48d4e  [MANT-47] ant:clean should not delete build.xml
     new 865a501  o Bumped plugin version to 2.2 to account for the extended configuration and changed default behavior
     new aac2707  [MANT-51] Configuration from plugin management is not considered
     new 4bbe732  [MANT-50] Wrong build.classpath with reactor mode
     new 424d463  [MANT-52] NullPointerException when maven-javadoc-plugin configuration defines multiple group elements within a groups list element.
     new 5eca642  o Polished code & site
     new 30606a6  o Added assembly descriptor for ASF-compliant source distribution
     new 36298e8  [maven-release-plugin] prepare release maven-ant-plugin-2.2
     new ab99a83  [maven-release-plugin] prepare for next development iteration
     new 7a49924  o Updated dependencies to use ant:1.7.1
     new 31589f8  o fixed ambiguous links o added Doxia xsd
     new 3fb1c71  [MANT-59] Add support for the bundle packaging.
     new d89766e  [MANT-60] Generated "package" task for EAR/WAR is missing transitive dependencies
     new a9bc7ab  upgrade parent version to ensure source-release is automatic.
     new 817dde6  o Updated to maven-invoker-plugin:1.4
     new e19e7b4  [MANT-61] Classpath generation should honour system-scope
     new 6090b24  [MANT-61] Classpath generation should honour system-scope.
     new 02c75eb  o Fixed packaging detection (packaging is case-sensitive)
     new d3365e1  o Inherited from maven-plugins:16 o Removed custom source-release assembly descriptor
     new bc4698a  [maven-release-plugin] prepare release maven-ant-plugin-2.3
     new 6be9c58  [maven-release-plugin] prepare for next development iteration
     new 300e467  o Inherited from maven-plugins:17
     new 7db9882  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 9d0a8ab  upgrade invoker plugin
     new 014e696  o prefer FileUtils.fileRead() API to IOUtil.copy() to avoid file handle leaks in IT verification scripts o code formatting
     new bba994f  upgrade plugins to latest parent 21
     new 373a212  [MANT-69] use maven-plugin-tools' java 5 annotations
     new 322bd45  avoid running twice
     new 2d80540  move plugin version to a property
     new 37d511e  plugins annotations in compile scope
     new 0fb9196  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new e0cc8a9  annotations are not needed for plugin execution so mark dependency as provided
     new 4362b5f  use released parent pom
     new a32a219  replace StringBuffer by StringBuilder
     new c357fa9  update maven-plugin-plugin to 3.2
     new ed00b00  [MANT-65] Invalid check for junit Submitted by Martin O'Connor
     new 24e0ae7  add contributor
     new 2469527  upgrade all to last parent 24
     new 8113959  Follow ASF branding rules.
     new 469dbd4  Updated plexus components
     new 3974eaa  Oh, look at that button. Does that convert everything to correct java5 ??
     new f67a730  Further code analysis improvements
     new d53a2d5  More code analysis fixes
     new 9b64805  Reformatted to code style
     new d3ca89b  Revert "Reformatted to code style"
     new 1706237  Reformatted to code style, modernized
     new af25e43  Add missing license headers.
     new bfaa602  Add missing license headers. This plugin now passes the checks done by RAT.
     new 822ed8e  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new f13075d  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 09189ae  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 0508c98  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 9762eff  added license header
     new f1dabce  [MANT-75]  - Removed test dependency for Maven 2.0.6
     new 54f60de  [MANT-76]  - Injections of MavenProject/MavenSession as parameter    instead of component.
     new 3c0a42f  [MANT-77]  - Upgraded ant version to 1.8.1
     new 7699078  - Added a hint for maven-embedder in the pom.xml file.
     new b053a40  - Added deploySite.sh script.
     new 7b72ede  [MANT-78]  - Fixed injections of settings.
     new b100664  [MANT-80]  - Upgrade plexus-utils from 3.0.15 to 3.0.18
     new 8d96d52  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new 7367cea  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new b3c834f  Updated to p-u .20
     new 831be2e  updated parent pom and fixed errors reported by Checkstyle
     new 65ece68  [MANT-81] Upgrade ant dep to 1.9.1  - Removed ant-nodeps from test scope cause    it does not exist for 1.9.1
     new 8ef2ac6  [MANT-82] Upgrade maven-plugin-testing-harness to 1.3
     new 1d774a0  [MANT-83] Upgrade JUnit from 3.8.1 to 4.11
     new b2eea1c  [MANT-84] Upgrade ant dep to 1.9.4 to be consistent with maven-antrun-plugin
     new 8f78cd6  Explicit scope instead of inherited.
     new 5c86f3e  Added reminder reference in pom for maven-embedder if we update to maven 3 only.
     new be8f5fe  Cleaned up checkstyle reported warnings/errors.
     new ae86c24  [maven-release-plugin] prepare release maven-ant-plugin-2.4
     new d02830d  Rolling back based on svn problems.
     new 98cf12f  [maven-release-plugin] prepare release maven-ant-plugin-2.4
     new 1afb81e  [maven-release-plugin] prepare for next development iteration
     new 9e4ca13  changed svnpubsub url from /content to /components
     new c07e3d4  moved Jira from Codehaus to Apache
     new e3916a0  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new bd311f6  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new dcb7535  Make ITs JDK9 ready. maven-ant-plugin uses value of source/target parameter of maven-compiler-plugin, so can't use expressions here.
     new 7ce17e4  use released version of plugin parent, i.e 28
     new 1537543  [MPOM-95] updated parent pom location
     new c131af9  Removed file handle leak in testcase
     new 9afe389  o Updated to 'plexus-utils-3.0.23'. o Updated to stop suppressing exceptions incorrectly when closing resources.   Most of the time the 'IOUtils.closeQuietly' methods of 'commons-io' and   the 'IOUtil.close' method of 'plexus-utils' are used incorrectly. They   are meant to be used in 'finally' blocks to not suppress an exception   already thrown in the 'try' block. The documentation of the   'IOUtils.closeQuietly' methods explicitly contains usage examples.   As soon as [...]
     new ce1b08a  o Updated to 'plexus-utils' 3.0.24.
     new fc3bf2a  updated Jira url
     new 05b048c  o Updated to latest parent SNAPSHOT.
     new c31be9d  o Reverted last commit to reset to release version parent's.

The 225 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].