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/20 09:27:36 UTC

[maven-antrun-plugin] annotated tag maven-antrun-plugin-1.2 created (now ffbcf4f)

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

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


      at ffbcf4f  (tag)
 tagging a1c2591a89e362234c0c87b95275f750bd3841b1 (commit)
      by Carlos Sanchez Gonzalez
      on Sun Jul 20 18:37:17 2008 +0000

- Log -----------------------------------------------------------------
maven-antrun-plugin-1.2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 38b6397  Donating maven-antrun-plugin to the Maven2 project, as discussed with Brett.
     new 5f268c4  Moved execution code to abstract base class, so other ant-enabled plugins may use this more easily.
     new 4748a47  Set project's basedir on the ant Target so relative paths work.
     new d5c4163  ignores
     new 860012a  update dependency and parent versions
     new 45a5aeb  Fixing MNG-777: no output from ant tasks. I set the logger level to INFO so <echo> messages will appear.
     new 8eabfa1  [maven-release-plugin] prepare release maven-antrun-plugin-2.0-beta-1
     new 937b15b  [maven-release-plugin] prepare for next development iteration
     new 8125d9b  ignore release.properties and more
     new 5a0911d  add path references: - maven.dependency.classpath (compile) - maven.compile.classpath (compile) - maven.runtime.classpath (runtime) - maven.test.classpath (test)
     new 6b344ae  remove unneeded plexus dep
     new 3d4f547  setting up version
     new 4658cf8  [maven-release-plugin] prepare release maven-antrun-plugin-1.0-rc1
     new bc7ed48  bump version
     new f034b2f  remove left over from release
     new 0efb9d4  Added support for registering a new sourceroot using a <sourceRoot> tag; very useful for scripts that generate sources.
     new dcbf4aa  PR: MNG-122 exception clean up phase 1
     new 51eeab5  update plexus container
     new c7d683e  update versions in plugins
     new c336016  [maven-release-plugin] prepare release maven-antrun-plugin-1.0
     new 4349184  [maven-release-plugin] prepare for next development iteration
     new fb5ff0d  Added testSourceRoot too as suggested by Piotr Burdylo on IRC.
     new f189086  ignore
     new 5fa6fd0  cleanup some unused fields
     new dc6d6c3  move plugins
     new b8e0622  convert docs to APT
     new 4afedf8  -modified maven.dependency.classpath to get all the dependencies PR: MNG-1292
     new 0f20142  Added docs
     new 207451c  Improved docs Submitted by: Lee Meador PR: MNG-1660
     new 22569fb  Refactor
     new d43fa78  Added maven.plugin.classpath reference PR: MNG-1702
     new a27bd60  Added integration test
     new cdf606a  fix to use inherit refs, not inherit all
     new f6c48d5  Moved classpath to pom
     new 96b4ba8  Updating poms to change dependencies on 2.0.1-SNAPSHOT info to 2.0.1 (parent-poms, and a couple references to maven-archiver).
     new 992e1bb  maven.test.classpath doesn't contain test scope dependencies PR: MANTRUN-28 Submitted By: Gilles Scokart
     new 1e96030  Added test for maven.test.classpath PR: MANTRUN-28
     new ab61909  Fixed project header
     new f32d6e0  Moved test to src/it
     new b529bdc  Added integration tests
     new 224ea52  StringIndexOutOfBoundsException in custom ant task referencing 'basedir' PR: MANTRUN-34 Submitted By: Marcel Schutte
     new f9a6de8  Added test for MANTRUN-36
     new e862c96  Added log guards
     new af7725d  Try to get properties through a expression evaluator first, delegating to ant after. PR: MANTRUN-36 Submitted By: Gilles Scokart
     new 178d37d  [maven-release-plugin] prepare release maven-antrun-plugin-1.1
     new 95c1804  [maven-release-plugin] prepare for next development iteration
     new cee5032  Test for plugin classpath references and optional ant tasks
     new eabc175  o just adding an echo for ${project.build.directory} in part of trying to fix mng-1927, which   appears to fixed in all places except inside the antrun configuration.
     new a186e07  o this shows that the model has the correct value here but the project isn't giving the   proper value ... a step in the right direction.
     new 9a157f9  another echo for good measure
     new 840570e  Added classpath usage docs
     new a8054b2  Rolled back changes to maven.dependency.classpath, that broke it PR: MANTRUN-38
     new 47626b1  Refactor, creating getPathFromArtifacts method
     new 9342af8  Added log guards
     new 9783686  Deprecate maven.dependency.classpath
     new 817a1a3  Added test for maven.dependency.classpath PR: MANTRUN-38
     new 5e49362  Added multimodule pom
     new 75d8db9  PR: MANTRUN-41
     new 1cc8778  PR: MANTRUN-35
     new 88bc935  PR: MANTRUN-32 Submitted by: Chris Berry (on user list) Submitted by: Gudlaugur Egilsson (made a patch on JIRA)
     new d0fca07  As per Brett's request, added a check for the classifier. If it's different from the artifact type, the classifier will be used in the property name.
     new 0dbd72d  reverted api breaking modification - sorry!
     new 655c7f6  adjust parent POMs
     new c901696  [MRESOURCES-14, MRAR-5, MEJB-8, MEAR-23, MANTRUN-46] Removed @description tag and use javadocs
     new 331f6d6  remove release.properties from ignores
     new 9452974  you can have both classifier and type
     new da84af1  MNG-2460: Incorrect POM inheritance for plugins
     new 9a5b4ce  PR: MANTRUN-55 Submitted by: Franz Allan See Reviewed By: Allan Ramirez
     new 2979e14  PR: MANTRUN-55 Submitted By: Franz See
     new e401e84  o Set EOL style to native.
     new a8a4986  o Fix typos.
     new d869e58  MANTRUN-44: No way to skip antrun when -Dmaven.test.skip is set
     new f86baec  o turning off the tests inside the antrun plugins and turning on the ITs using the maven-invoker-plugin
     new b467de4  use inheritence and make all the site appearances consistent
     new aa2784b  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 a865170  Putting the invoker plugin usage into a profile that triggers when -Dmaven.test.skip != true, so we can suppress them using that property.
     new aaceee8  o updating to latest release parent
     new 23824cd  o updating to latest released parent
     new 473570f  - 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 fafc238  use released parent
     new 1cd93cb  roll back r462641, these tests are failing
     new f7bf4e4  o ignored target dir and log files in the IT dir
     new 8a381cd  Remove the artifacts parameter from the abstractantmojo and back to antrunmojo; add it as a parameter to executeTasks.
     new eeeacd5  Restore old method to not break binary compatibility; deprecated the method.
     new 25e3798  o Ignore IDEA files.
     new d43aced  just exclude the chronically failing tests
     new 245eb30  make test pass
     new c012884  update to last parent lock invoker plugin version
     new 180fee1  o Added bin to svn:ignore
     new 6ac1037  o Update links to Doxia APT reference.
     new 9720944  o ignored IDE files
     new 347ef2c  [maven-release-plugin] prepare release maven-antrun-plugin-1.2
     new 1474776  [maven-release-plugin]  copy for tag maven-antrun-plugin-1.2
     new dca5cf1  [maven-release-plugin] prepare for next development iteration
     new 948aa51  Add an example on custom tasks and classpath
     new 3340fe1  Use the right escaping
     new 76b1a4d  [MANTRUN-75] Add the version required for the tasks attribute
     new d6f2c1d  o Use latest version of maven-plugin-plugin to get correct plugin documentation. o Use latest version of maven-site-plugin to get a better looking site.
     new 12683f7  o Apply the correct license headers.
     new c10097e  o Fix errors reported by Checkstyle.
     new 060b720  o Add missing link to new example.
     new b557e9c  o Fix typos.
     new a1c2591  [maven-release-plugin]  copy for tag maven-antrun-plugin-1.2

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