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 2018/01/02 22:22:21 UTC

[maven-ant-plugin] annotated tag maven-ant-plugin-2.2 updated (ee7de0c -> 94bbb2d)

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

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


*** WARNING: tag maven-ant-plugin-2.2 was modified! ***

    from ee7de0c  (tag)
      to 94bbb2d  (tag)
 tagging 36298e8555b746f498ec3a20537f02baed2975e0 (commit)
 replaces maven-ant-plugin-2.1.1
      by Hervé Boutemy
      on Wed Jul 15 11:02:45 2009 +0000

- Log -----------------------------------------------------------------
maven-ant-plugin-2.2 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard f93b731  [maven-release-plugin]  copy for tag maven-ant-plugin-2.2
 discard 0418188  o Added assembly descriptor for ASF-compliant source distribution
 discard c806fb0  o Polished code & site
 discard bcd519a  [MANT-52] NullPointerException when maven-javadoc-plugin configuration defines multiple group elements within a groups list element.
 discard 787acbc  [MANT-50] Wrong build.classpath with reactor mode
 discard b2f5d88  [MANT-51] Configuration from plugin management is not considered
 discard c98a16d  o Bumped plugin version to 2.2 to account for the extended configuration and changed default behavior
 discard 699f253  [MANT-47] ant:clean should not delete build.xml
 discard d7be49c  o Fixed file leak
 discard 44a0118  o Decoupled from settings
 discard 0529b92  o added the api dep
 discard 16103c7  o added missing plexus-interactivity-jline o bumped p-u to latest version
 discard 85e7982  o javadoc
 discard c51d570  MANT-47: ant:clean should not delete build.xml
 discard 7c4ca91  o Tidied up mojo annotations
 discard 070c859  o Reverted release of 2.1.1
 discard cadbf6e  [maven-release-plugin] prepare for next development iteration
 discard cfb717d  [maven-release-plugin] prepare release maven-ant-plugin-2.1.1
 discard d3c6f7e  o Tidied up dependencies
 discard 2215460  o Decoupled from assumption that plugin config is internally stored as Xpp3Dom
 discard 8a31eea  used http://maven.apache.org/xsd/* for schema location
 discard 38441c5  o Inherited from maven-plugins:13
 discard fd23782  new parent
 discard d376a02  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
 discard 45dd97b  o Updated to maven-invoker-plugin:1.3
 discard 0a10332  o Inherited from maven-plugins:12
 discard 2cd5a08  [MANT-44] Generated ant copy commands in package target point to hard-coded local repository instead of ${maven.repo.local}
 discard bff9531  [MANT-45] basedir attribute of <war> task of package target in generated Ant build causes files to be archived twice
 discard 568673c  o Tweaked invoker configuration to ease single test execution via -Dinvoker.test
 discard 5d64155  o Updated index page of plugin site
 discard 6c4fd9e  o Explicitly stated UTF-8 as file encoding o Updated license header
 discard 3aa6c64  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
 discard 8d123ac  o Unified plugin name
 discard 982af63  o Updated index page of plugin site
 discard ec06fc5  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
 discard 1425f4a  o Removed inherited property
 discard a3831dc  o Reordered POM
 discard c55d09e  o Synced id and activation of integration-tests with core ITs
 discard abe088c  o Synced stub dependency with POM dependency
 discard 441b857  We don't need to load dependencies for these tests (moreover in offline mode)
 discard 10f1611  Remove plugins versions already defined in parent
 discard 47cc92f  Align activation properties for integration-tests profile because we cannot setup it in the parent (see MNG-3228)
 discard 15e9472  Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)
 discard 7103192  Try to use the 12-SNAPSHOT parent
 discard 1118cde  [MANT-46] mvn ant:ant throws a StringIndexOutOfBoundsException
 discard 9704390  o Used Install Plugin for IT staging to workaround MINVOKER-43 o Removed unnecessary repos from IT POMs
 discard dc9b984  MANT-42: Update to p-u 1.5.4
 discard 9cb9aaf  o Removed snapshot repos now that the plugin is using released version of plexus-utils
 discard c51e17c  MANT-42: Update to p-u 1.5.4
 discard 7d9e0ac  o Handled URL decoding to prepare for the day when the Maven core will use RFC-compliant URLs
 discard 1474acc  Adding plexus snapshots repo to settings.xml for integration testing until plexus-utils dependency version is bumped off of -SNAPSHOT version.
 discard b72ec8c  MANT-42: Update to p-u 1.5.4
 discard c988957  [MANT-41] mvn ant:ant fails with NPE when maven-javadoc-plugin custom tag is specified in pom.xml
 discard 25f6f70  o Updated to maven-invoker-plugin:1.2
 discard 66f40cf  [maven-release-plugin] prepare for next development iteration
 discard 4a1f5c5  [maven-release-plugin] prepare release maven-ant-plugin-2.1
 discard 94b8c54  o bumped some artifacts to 2.0.6
 discard 09dd117  o add SCM
 discard c20d338  o fixed license header
 discard 9fd9fda  o ignored Eclipse settings
 discard 268ee76  o readingness pom o bumped to maven-surefire-plugin:2.4.3
 discard b6ed9e0  o lock down plugins for it
 discard a2d362c  o Update links to Doxia APT reference.
 discard f95a550  o Updated to wagon-provider-api:1.0-beta-2
 discard 6e58094  o Avoided usage of StringInputStream/StringOutputStream with regard to PLXUTILS-70
 discard 61573d3  o Updated to maven-plugins:11
 discard a5dedc8  o Moved the IT verification into the invoker controlled builds for better failure analysis
 discard 6fe01f4  o Decoupled IT from file system for more robustness
 discard 2fde0f5  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
 discard 31cbe99  encoding-it should not fail if platform encoding does not support tested characters
 discard 44e3e06  o Bumped to latest parent
 discard 6e85328  o Fixed docs
 discard 5ad0930  [MANT-22] Make it possible to run the package target without tests
 discard 92154ac  o Stabilized ITs
 discard f556e04  o Added some line breaks to the build scripts
 discard 3d291cd  [MANT-6] "test" targets should fail if junit.jar not present
 discard 732a9f9  [MANT-7] "test" target should support running a single test - just like mvn test does
 discard ef4a011  [MANT-40] Use includes/excludes configured for Surefire when running tests
 discard dd26960  [MANT-39] Always specify source/target options for javac
 discard e2c0191  [MANT-38] Use reporting output directory configured in POM
 discard d60798d  [MANT-4] Generated ANT contains hardcoded "get" tasks that look at the "C:\" drive etc... when using a local repository
 discard a7787a4  o Adjusted IT due to r639886
 discard d1d0ed4  [MANT-34] The generated maven-build.xml and maven-build.properties contains absolute path to local repository
 discard 9699143  [MANT-32] java.lang.ClassCastException when packaging jeuclid-3.0.1
 discard 455efd9  o Added bin to svn:ignore
 discard e6419cd  o Decoupled unit tests from default encoding of executing JVM for build reproducibility
 discard 6ce6835  o Enabled filtering of plugin version for IT POM
 discard 43be787  [MANT-36] Use correct file encoding when writing build files
 discard 228327b  [MANT-37] Wrong path to test resources in maven-build.xml
 discard df06a09  o Fixed svn:keywords
 discard 7a39f78  o Added svn:eol-style=native
 discard c74a8ef  o Ignore IDEA files.
 discard 719d598  [MANT-30] classcast exception when running ant:ant on tagtraum.com's gcviewer project Submitted by: Patrick Huber Reviewed by: Dennis Lundberg
 discard 207d70f  [MANT-34] The generated maven-build.xml and maven-build.properties contains absolute path to local repository
 discard 8884f29  [MANT-35] The generated maven-build.xml has paths that contain \ characters on Windows
 discard 7898ccb  o Improve documentation.
 discard daf94c9  work around bug in old versions of xalan bundled in JDK 1.4.2
 discard 16d35b3  forgot IOException doesn't take this arg even in JDK 1.4+. Going with a temporary solution.
 discard 486e215  add more info to find out why it is failing on Solaris
 discard 6f5c36d  o forced download to try to avoid CI build failures
 discard 8cdef31  o set surefire version to try to avoid CI build failures
 discard 46ed54c  o forced IT o added repo1 for IT test
 discard 8c2b795  o fixed IT builds with snapshot version
 discard abe9e70  Readd license header lost in release
 discard 916183c  [maven-release-plugin] prepare for next development iteration
 discard f63e260  [maven-release-plugin] prepare release maven-ant-plugin-2.0
 discard c51b816  Use released version of install plugin
 discard 6f741f7  o remove tab o improved doc
 discard 8ad5bda  Set version to 2.0
 discard 6cf6feb  Add two common variables, project.build.outputDirectory and project.build.directory
 discard 602c93f  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@522032 13f79535-47bb-0310-9956-ffa450edef68
 discard 7eec345  MANT-27: updated pom to declare used dependencies
 discard 223cbc4  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
 discard c35ef83  o ignored files
 discard 117b5ae  MANT-23: Make the ant plugin able to generate javadoc targets into build.xml files
 discard 9bd2a8b  MANT-24:Generate synonum targets named after the archive type for the package target Submitted by: Petteri Räty Reviewed by: Vincent Siveton
 discard 6441830  o applied new license headers o no code changes
 discard 5a29642  - 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
 discard 1e05a11  o updating to latest released parent
 discard 86ebffe  o updating to latest release parent
 discard f8c0ff1  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.
 discard c3f7111  use inheritence and make all the site appearances consistent
 discard a2d1cba  MANT-19: Handle more packaging projects (jar, ear, war...)
 discard eac24a7  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
 discard 68adbe6  MANT-18: added Maven Project properties in the maven-build.properties
 discard 5417ffe  MANT-17: Using Maven Compiler Plugin settings to define javac task
 discard 8c04ed3  MANT-13: Generated build.xml for pom packaged super projects doesn't invoke subprojects
 discard 9bb06a8  MANT-16: Create an clean goal
 discard cf39c52  MANT-15: Review plugin documentation
 discard 3e8b91f  MANT-14: Generate a build-user.xml à la Eclipse
 discard 112f204  MANT-10: error with build.classpath in build.xml
 discard b2e67ec  MANT-2: error "maven.repo.local" property in the ant file
 discard 411da8e  MANT-5: Add line breaks between <target> elements in build.xml
 discard e93a903  MNG-2460: Incorrect POM inheritance for plugins
 discard ac317f9  remove release.properties from ignores
 discard c0bafd6  adjust parent POMs
 discard 72947a5  move plugins
 discard 6c584c8  ignore
 discard cde45f5  update versions in plugins
 discard ca08739  clean up ant plugin exception handling
 discard 6b8f42b  remove unneeded exception in ant plugin
 discard 75e9ec9  PR: MNG-749 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make directories in ant plugin for repository files
 discard dbf6570  ignore release.properties and more
 discard c094bb5  [maven-release-plugin] prepare for next development iteration
 discard 1daea99  [maven-release-plugin] prepare release maven-ant-2.0-beta-1
 discard 0854e01  update dependency and parent versions
 discard a8f21e6  add todir on batchtest to save reports
 discard 6b833b9  PR: MNG-596 add XSD definition to m2 poms and archetypes
 discard 5df8fc1  Fix svn properties
 discard b4f3299  Update all versions to beta-1-SNAPSHOT
 discard d30b5ac  Resolving: MNG-495
 discard 6f8c86a  update parent references to get access to the ci settings
 discard 5ff024a  bump versions
 discard cbc0e73  use released versions
 discard de74b97  ant plugin imported
     add 567f5b1  ant plugin imported
     add 22cb201  use released versions
     add 0012ba7  bump versions
     add 413ffd0  update parent references to get access to the ci settings
     add 4d5e1aa  Resolving: MNG-495
     add 3393d3f  Update all versions to beta-1-SNAPSHOT
     add 68812cf  PR: MNG-596 add XSD definition to m2 poms and archetypes
     add 93597bf  add todir on batchtest to save reports
     add 26fcd6b  update dependency and parent versions
     add cd78c96  [maven-release-plugin] prepare release maven-ant-2.0-beta-1
     add a63103d  [maven-release-plugin] prepare for next development iteration
     add 086f58c  PR: MNG-749 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make directories in ant plugin for repository files
     add a0e8726  remove unneeded exception in ant plugin
     add f5b2fbb  clean up ant plugin exception handling
     add 7f65408  update versions in plugins
     add 8237cd6  adjust parent POMs
     add f90f6eb  MNG-2460: Incorrect POM inheritance for plugins
     add 583861f  MANT-5: Add line breaks between <target> elements in build.xml
     add b5194ff  MANT-2: error "maven.repo.local" property in the ant file
     add ce74e44  MANT-10: error with build.classpath in build.xml
     add 94f32c9  MANT-14: Generate a build-user.xml à la Eclipse
     add 00cc065  MANT-15: Review plugin documentation
     add 3924aad  MANT-16: Create an clean goal
     add d34a58c  MANT-13: Generated build.xml for pom packaged super projects doesn't invoke subprojects
     add 3958749  MANT-17: Using Maven Compiler Plugin settings to define javac task
     add 1e280ee  MANT-18: added Maven Project properties in the maven-build.properties
     add 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
     add c6d493b  MANT-19: Handle more packaging projects (jar, ear, war...)
     add c1aa6c7  use inheritence and make all the site appearances consistent
     add 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.
     add 82e932b  o updating to latest release parent
     add 1856a44  o updating to latest released parent
     add 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
     add a2cc03b  o applied new license headers o no code changes
     add 9056d2b  MANT-24:Generate synonum targets named after the archive type for the package target Submitted by: Petteri Räty Reviewed by: Vincent Siveton
     add 3e6e65a  MANT-23: Make the ant plugin able to generate javadoc targets into build.xml files
     add d88de46  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     add 95399c6  MANT-27: updated pom to declare used dependencies
     add 8d41042  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@522032 13f79535-47bb-0310-9956-ffa450edef68
     add 7685a8a  Add two common variables, project.build.outputDirectory and project.build.directory
     add cef5f9f  Set version to 2.0
     add db6d3b7  o remove tab o improved doc
     add 631e5a1  Use released version of install plugin
     add d7e6bb2  [maven-release-plugin] prepare release maven-ant-plugin-2.0
     add d8150a1  [maven-release-plugin] prepare for next development iteration
     add 5187fc7  Readd license header lost in release
     add 8607c8e  o fixed IT builds with snapshot version
     add d311350  o forced IT o added repo1 for IT test
     add 5e0934d  o set surefire version to try to avoid CI build failures
     add 38fa110  o forced download to try to avoid CI build failures
     add 9800c8f  add more info to find out why it is failing on Solaris
     add ced842c  forgot IOException doesn't take this arg even in JDK 1.4+. Going with a temporary solution.
     add 8ef04a7  work around bug in old versions of xalan bundled in JDK 1.4.2
     add a51b2a7  o Improve documentation.
     add 0de2c45  [MANT-35] The generated maven-build.xml has paths that contain \ characters on Windows
     add 824e6fc  [MANT-34] The generated maven-build.xml and maven-build.properties contains absolute path to local repository
     add 258c5db  [MANT-30] classcast exception when running ant:ant on tagtraum.com's gcviewer project Submitted by: Patrick Huber Reviewed by: Dennis Lundberg
     add 5e8e221  o Added svn:eol-style=native
     add 3f1e735  [MANT-37] Wrong path to test resources in maven-build.xml
     add b27eba5  [MANT-36] Use correct file encoding when writing build files
     add e1e6969  o Enabled filtering of plugin version for IT POM
     add fed4619  o Decoupled unit tests from default encoding of executing JVM for build reproducibility
     add affd408  [MANT-32] java.lang.ClassCastException when packaging jeuclid-3.0.1
     add 6040603  [MANT-34] The generated maven-build.xml and maven-build.properties contains absolute path to local repository
     add aadcfe7  o Adjusted IT due to r639886
     add 74c577c  [MANT-4] Generated ANT contains hardcoded "get" tasks that look at the "C:\" drive etc... when using a local repository
     add 66f0bf4  [MANT-38] Use reporting output directory configured in POM
     add 46d6241  [MANT-39] Always specify source/target options for javac
     add 3e1c365  [MANT-40] Use includes/excludes configured for Surefire when running tests
     add f51d668  [MANT-7] "test" target should support running a single test - just like mvn test does
     add 19a0f3f  [MANT-6] "test" targets should fail if junit.jar not present
     add 973a92f  o Added some line breaks to the build scripts
     add 95323df  o Stabilized ITs
     add 9e5502f  [MANT-22] Make it possible to run the package target without tests
     add 3aef71f  o Fixed docs
     add a6b6583  o Bumped to latest parent
     add e98c2f8  encoding-it should not fail if platform encoding does not support tested characters
     add 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
     add 5bff574  o Decoupled IT from file system for more robustness
     add af335de  o Moved the IT verification into the invoker controlled builds for better failure analysis
     add d4304d6  o Updated to maven-plugins:11
     add e32731a  o Avoided usage of StringInputStream/StringOutputStream with regard to PLXUTILS-70
     add 5fd0401  o Updated to wagon-provider-api:1.0-beta-2
     add 7ec5731  o Update links to Doxia APT reference.
     add 84125c8  o lock down plugins for it
     add 74327c8  o readingness pom o bumped to maven-surefire-plugin:2.4.3
     add 0b80ddb  o fixed license header
     add e58c732  o add SCM
     add 96fd16c  o bumped some artifacts to 2.0.6
     add 81e9803  [maven-release-plugin] prepare release maven-ant-plugin-2.1
     add c732d35  [maven-release-plugin] prepare for next development iteration
     add 8a20d93  o Updated to maven-invoker-plugin:1.2
     add 1f0df16  [MANT-41] mvn ant:ant fails with NPE when maven-javadoc-plugin custom tag is specified in pom.xml
     add 3c63941  MANT-42: Update to p-u 1.5.4
     add 400e639  Adding plexus snapshots repo to settings.xml for integration testing until plexus-utils dependency version is bumped off of -SNAPSHOT version.
     add 4bedcaa  o Handled URL decoding to prepare for the day when the Maven core will use RFC-compliant URLs
     add c1a0bf5  MANT-42: Update to p-u 1.5.4
     add f17194b  o Removed snapshot repos now that the plugin is using released version of plexus-utils
     add 1e663e7  MANT-42: Update to p-u 1.5.4
     add e5cbad3  o Used Install Plugin for IT staging to workaround MINVOKER-43 o Removed unnecessary repos from IT POMs
     add 60b8d59  [MANT-46] mvn ant:ant throws a StringIndexOutOfBoundsException
     add 11ca0c8  Try to use the 12-SNAPSHOT parent
     add a6938be  Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)
     add ec6cc71  Align activation properties for integration-tests profile because we cannot setup it in the parent (see MNG-3228)
     add 8dc1a1a  Remove plugins versions already defined in parent
     add a1f81fc  We don't need to load dependencies for these tests (moreover in offline mode)
     add 31eb5c4  o Synced stub dependency with POM dependency
     add 6a154ce  o Synced id and activation of integration-tests with core ITs
     add ecf1524  o Reordered POM
     add f3cac65  o Removed inherited property
     add c8ad6f1  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     add 77cf0f0  o Updated index page of plugin site
     add 42e8449  o Unified plugin name
     add a142485  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     add 3244241  o Explicitly stated UTF-8 as file encoding o Updated license header
     add 93c3eaf  o Updated index page of plugin site
     add c83b0a4  o Tweaked invoker configuration to ease single test execution via -Dinvoker.test
     add d9a1b1f  [MANT-45] basedir attribute of <war> task of package target in generated Ant build causes files to be archived twice
     add 5ce253d  [MANT-44] Generated ant copy commands in package target point to hard-coded local repository instead of ${maven.repo.local}
     add 983254c  o Inherited from maven-plugins:12
     add 754dbd0  o Updated to maven-invoker-plugin:1.3
     add ad1b5b0  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     add 6900d4b  new parent
     add 634d739  o Inherited from maven-plugins:13
     add 0640804  used http://maven.apache.org/xsd/* for schema location
     add b73d722  o Decoupled from assumption that plugin config is internally stored as Xpp3Dom
     add 21ac67a  o Tidied up dependencies
     add 231a14d  [maven-release-plugin] prepare release maven-ant-plugin-2.1.1
     add 62e59c0  [maven-release-plugin] prepare for next development iteration
     add 120acf7  o Reverted release of 2.1.1
     add abd2f76  o Tidied up mojo annotations
     add 15d7387  MANT-47: ant:clean should not delete build.xml
     add 982a86b  o javadoc
     add 00c5c84  o added missing plexus-interactivity-jline o bumped p-u to latest version
     add 0dbcc9f  o added the api dep
     add 7b29a9a  o Decoupled from settings
     add e626426  o Fixed file leak
     add 9a48d4e  [MANT-47] ant:clean should not delete build.xml
     add 865a501  o Bumped plugin version to 2.2 to account for the extended configuration and changed default behavior
     add aac2707  [MANT-51] Configuration from plugin management is not considered
     add 4bbe732  [MANT-50] Wrong build.classpath with reactor mode
     add 424d463  [MANT-52] NullPointerException when maven-javadoc-plugin configuration defines multiple group elements within a groups list element.
     add 5eca642  o Polished code & site
     add 30606a6  o Added assembly descriptor for ASF-compliant source distribution
     add 36298e8  [maven-release-plugin] prepare release maven-ant-plugin-2.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ee7de0c)
            \
             N -- N -- N   refs/tags/maven-ant-plugin-2.2 (94bbb2d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:

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