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:19 UTC

[maven-ant-plugin] annotated tag maven-ant-plugin-2.1 updated (a402fd8 -> 4993dc4)

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

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


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

    from a402fd8  (tag)
      to 4993dc4  (tag)
 tagging 81e98033bc0078b57521627abb802bcd59efc9a0 (commit)
 replaces maven-ant-plugin-2.0
      by Hervé Boutemy
      on Tue May 20 02:02:22 2008 +0000

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

 discard b54a974  [maven-release-plugin]  copy for tag maven-ant-plugin-2.1
 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

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   (a402fd8)
            \
             N -- N -- N   refs/tags/maven-ant-plugin-2.1 (4993dc4)

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>'].