This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a change to annotated tag maven-ant-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git.
*** WARNING: tag maven-ant-plugin-2.0 was modified! ***
from a2e1f35 (tag)
to 5c7bb97 (tag)
tagging d7e6bb2c6b6ffcfdf3e6028a944e6dce846b8099 (commit)
by Hervé Boutemy
on Fri May 18 17:11:29 2007 +0000
- Log -----------------------------------------------------------------
maven-ant-plugin-2.0 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------
discard e934bf9 [maven-scm] copy for tag 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
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 (a2e1f35)
\
N -- N -- N refs/tags/maven-ant-plugin-2.0 (5c7bb97)
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" <commits@maven.apache.org>'].
|