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:31:28 UTC

[maven-dependency-plugin] annotated tag maven-dependency-plugin-2.0 created (now b1f17bf)

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

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


      at b1f17bf  (tag)
 tagging 3aaf3b66e36bd8af0dd8f598afee30a8af401874 (commit)
      by Brian E Fox
      on Tue Jan 22 22:05:09 2008 +0000

- Log -----------------------------------------------------------------
maven-dependency-plugin-2.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 9a2a80f  Initial import of dependency plugin from the mojo project. This code represents a refactored version of the plugin 2.0. It is near complete but not ready for use yet.
     new 4bce64b  update site descriptor
     new a9c568a  Set svn properties
     new 3c2a26b  Lookup missing version in populated dependency list prior to dependency management. MDEP-20
     new 0902881  MDEP-4: Support tgz, tbz2, tar.gz, tar.bz2 unpack types
     new 197aae1  MDEP-9: fix howto typos
     new a3ed33e  ignore
     new 48f2689  Fixing MDEP-7: "ClassCastException caused by DefaultArtifact vs. ActiveProjectArtifact" Patch by Christian Schulte. Changed the patch a bit as the plugin has moved to Apache since the patch was created. o Replacing a cast to DefaultArtifact to Artifact.
     new 7df69c7  MNG-2460: Incorrect POM inheritance for plugins
     new 2542197  PR: MDEP-30
     new ddf5326  PR: MDEP-30
     new 0faacd9  PR: MDEP-30
     new 8dbc7ea  PR: MDEP-30
     new 08ad32e  o Set EOL style to native.
     new 819fc68  test commit
     new 5fef465  Adding purge-local-repository mojo, and removing unused ArtifactItem copy, to satisfy PMD. Also added some documentation for the purge mojo.
     new 6aaceba  o Fix typos in the documentation.
     new 78f8efd  [MDEP-34] Documentation shows wrong groupId and artifactId
     new fdedaa8  o Replace tabs with spaces.
     new be1de2d  use version 3 for parent pom
     new b89702b  [MDEP-31] Applied patch to remove @readonly annotation from the scope parameter.
     new bd7ac57  Applied patch for [MDEP-24] from Valerio Schiavoni
     new 97d55d8  [MDEP-29] patch applied from Jimisola Laursen
     new e441bb4  [MDEP-21] & [MDEP-22] added exclude scope option.
     new 71a4ff3  [MDEP-21] & [MDEP-22] added exception on exclude test scope since this would always exclude everything.
     new bf456c4  [MDEP-37] applied patch from kristian meier
     new e3fea56  [MDEP-21] & [MDEP-22] removed testing print out
     new bf17633  [MDEP-16] added timestamp checking to marker files. This is now the default method for checking if a file needs to be expanded again.
     new 9823d11  started adding integration tests
     new c7d2672  more integration tests
     new 16b00bb  More mojo integration tests
     new b251d61  More mojo integration tests
     new 6089e39  more tests
     new 4c7725d  more unit tests
     new 5d8795b  fixed formating and imports
     new cabe5a1  more unit tests
     new b457235  more tests
     new 585532f  more tests
     new d84d1a8  cleaned up formating
     new 21497ae  more tests
     new f92f136  UnpackDependenciesMojo unit tests
     new fe042da  added more unit tests to unpack-dependencies
     new 4302b02  refactored methods from the static utility class into the proper abstract parents.
     new 57fde34  MDEP-41: changed output of artifact item toString()
     new c115fda  MDEP-39: corrected pom xlmns
     new f0caccb  Enabled unpack with classifier tests
     new d1b2aa3  update all parents
     new f02dbbf  use inheritence and make all the site appearances consistent
     new a1a676b  MDEP-40 fixed version
     new a8be732  [MDEP-46] Fixing tests for linux platform.
     new d8b31ec  MDEP-29 - fixed filename output
     new effd3d4  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 d20ab3c  o Ignore IDEA files.
     new dcdbad6  site work
     new c572e59  added overWriteIfNewer to copy/unpack to match copy-dependencies/unpack-dependencies
     new cd93f60  DEP-43 applied patch from Richard van der Hoff to allow include/exclude by classifier. Also updated site docs.
     new 9851685  updated license and copyright statments per http://www.apache.org/dev/apply-license.html
     new 2965016  updated license and copyright statments per http://www.apache.org/legal/src-headers.html
     new 2c833f2  removed howto.apt - superceded by usage.apt
     new ca41379  clarified version search in site
     new a2b82e0  MNG-2665 - fixed broken faq.fml
     new fa30808  refactored tests to isolate the test related utilities from the test cases themselves
     new 80a8f2f  added CopyMojo tests
     new 5042ee5  added more copymojo unit tests
     new 137c83c  o updating headers to ASF standards
     new 59c1790  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin@480816 13f79535-47bb-0310-9956-ffa450edef68
     new f8d9142  merge in refactor and copy unit tests
     new 394f7f0  unpack refactor
     new f7b1731  checkstyle error correction
     new 0c46143  added unit tests for unpack
     new 87d9b42  updated to latest parent and fixed bug in striping version from file name.
     new 0f26519  MDEP-51: fixed incorrect file name.
     new 526d504  MDEP-51: fixed snapshot being replaced with timestamp regression
     new 859180c  MDEP-51: additional unit test
     new 5d417db  o updating to latest released parent
     new a157db6  completed unpack/copy unit tests
     new 7fbc406  MDEP-5 changed dependency resolution to test to allow include/excludes to pick from all dependencies.
     new 4d92566  updated to newer dependencies
     new b8da668  MDEP-52: error in excluding provided or runtime scope.
     new b307ed0  updated site and fixed linux test failure
     new aed17a9  debug statements for linux (temporary)
     new 04be432  debug statements for linux (temporary)
     new 9f6dbcc  fixed linux test failure and corrected pom name.
     new da86069  site updated to clarify overWrite rules
     new 95094c4  accidentally commited pom with commented out section to make eclipse:eclipse work.
     new 3a2c6c7  [maven-release-plugin] prepare release maven-dependency-plugin-2.0-alpha-1
     new 701d31d  - 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 41f3625  merged release branch to trunk
     new 2889994  formatted pom
     new 8319c98  MDEP-26 - applied patch from Anagnostopoulos Kostis - writes out the classpath to a file that can be consumed by java -cp
     new 04537dd  MDEP-26: added site info
     new 2cbdf29  MDEP-54: include, exclude by artifactId or groupId. Patch from Chris Love.
     new 3c05505  MDEP-26: added unpack tests MDEP-56: fixed test-jars issue.
     new fbc3de4  added a couple it tests
     new c4f99bb  MDEP-57: dependency:resolve should output scope
     new 94986fe  MDEP-57: dependency:resolve should output scope
     new 50facda  mdep-27 - added IT test pom. Can't reproduce.
     new d487959  mdep-50: IT test.
     new 08a81f2  merged in mdep-50 branch
     new e4dee62  applied patch from Steve Neuhauser to make groupId match use startsWith() instead of equals()
     new f98fbc2  added ability to ignore failures after translating artifacts by classifier
     new b1354a6  MDEP-50 - rolled back for now
     new 203ee01  MDEP-63
     new f4cbfcd  MDEP-65 - added repository layout parameter Patch provided by Alexis Midon
     new 262d9ee  MDEP-58 - fix linux / mac unit tests
     new a8f8f4e  upgrade dependencies
     new 40748ae  added undeclared dependencies
     new 2a5fe86  mdep-67 - fixed npe and added new use case in finding missing version.
     new 5682ca9  MDEP-61 - added includeScope IT.
     new 7ecc777  MDEP-66 - implemented dependency:sources
     new c3eb739  updated pom to put the license and notice back in.
     new 23c1e26  rollback plexus-utils to 1.1 to avoid conflicts with m2.0.6
     new 0e5d517  [maven-release-plugin] prepare for next development iteration
     new 3d5cf64  merging site updates to trunk because they apply to 2.0-alpha-2
     new cb2cd86  minor faq fix
     new 212f7cd  merged in the analyze branch.
     new d4324b5  changed analyzer dependency to release version and excluded direct dependency override from depMgt checks.
     new 411c17e  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin@519529 13f79535-47bb-0310-9956-ffa450edef68
     new 21b9eb6  fixed up analyze-dep-mgt to detect direct overrides.
     new 423ff7d  [maven-release-plugin] prepare release maven-dependency-plugin-2.0-alpha-3
     new f29c7ec  [maven-release-plugin] prepare for next development iteration
     new f3e5cbf  fix grammar
     new ef8061e  MDEP-78: labels where reversed
     new f962828  MDEP-73: applied Mark Hobson's patch to skip pom projects.
     new 6594a9d  update to latest analyzer
     new ff3e9aa  MDEP-76: added exclusion checking
     new fd4e7bc  MDEP-76 more tests
     new fc08ad3  MDEP-74 : set default to only show compile scope unused dependencies.
     new 65f6700  [maven-release-plugin] prepare release maven-dependency-plugin-2.0-alpha-4
     new 6fcf371  [maven-release-plugin] prepare for next development iteration
     new 8152718  fixed version ids
     new 339d269  updated site.
     new 9cd8c8d  MDEP-75: applied patch from Przemyslaw Madzik
     new 38363e2  updated my info
     new cad3b6a  updates to analyze to allow scriptable mode.
     new 7a72de1  workarounds for MNG-2961
     new 14682ab  MDEP-87 - fixed up the code, added more logs and tests. No problem found.
     new b21679b  MDEP-80 fixed copy if overWrite=false, added tests
     new 7fa5d61  MDEP-83 - fixed typo
     new 70dafd4  MDEP-81: skip projects with no target folder.
     new 270a684  turn silent tests back on
     new 962f05b  MDEP-89 - added file and path separator overrides
     new 72abf8d  rollback cobertura
     new 1922685  added faq entry
     new 65bea49  MDEP-93: fixed OOM in tests. Patch from Mark Hobson
     new defda3f  MDEP-94: adding tree mojo from help plugin
     new 1c3e51f  MDEP-95: applied patch from Oliver Lamy to fix JDK 1.4 OOM in unit tests
     new a7bae26  MDEP-96: allow includes and excludes in the same filter
     new 4cf6799  bumped up dependencies
     new 922614f  MDEP-59: updated dependencies to get the new unarchiver for rar. Had to move around the tests to avoid new heap size issues.
     new bf72e7f  remove debug comment
     new 9ca2931  Updated ignores
     new 737a8aa  fixed reference to old plugin name
     new a7b19e5  fixed site bug and start refactoring stubfactory to move to testing harness
     new 85161dc  moved most of the stubs and stub factory up to the testing harness to be shared with other plugins
     new 101297b  o Moved maven-dependency-tree to 1.1-SNAPSHOT for node states, visitors and filters o Updated to use SerializingDependencyNodeVisitor for serialization o Added various new parameters to dependency:tree to support: 	- scope filtering 	- node state filtering 	- artifact includes/excludes filtering
     new 5630ae9  Fixed typo
     new 6e0ac41  Reset SVN properties for *.java and *.xml files to Apache standard.
     new 37ec028  Corrected svn:keywords property value to contain quotes.
     new 1254c1a  [MDEP-94] Add dependency:tree goal
     new c02d645  Reverted r552517 changes that required maven-dependency-tree 1.1-SNAPSHOT from trunk - they now live on the maven-dependency-plugin-tree-1.1 branch.
     new 6bb1ea5  put the exclusions back in the pom
     new 547b4a1  add snapshot repo for plexus-archiver
     new 26713ac  MDEP-99: added role hint for swc
     new aeb8d6f  applied patches from Damian Bradicich for MDEP-47
     new 7e04c1e  minor site updates
     new a09e57a  o Remove whitespace inside a pre element, to avoid making the page wider than it needs to be.
     new 8249cd0  added it test framework
     new a7e9aaf  fixed dependency versions
     new 295d68f  IT for MDEP-98
     new af83c96  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin@563723 13f79535-47bb-0310-9956-ffa450edef68
     new 3424824  fixed version and bound plugin to test
     new 72b0c2b  merged in branch with the patch from mdep-104
     new 32ea830  fixed titles
     new fe16c80  Merged r576422:576436 from tree-1.1 branch into trunk
     new 3ea2547  Updated for unmodifiable sets being returned by ProjectDependencyAnalysis.
     new f95a17d  Renamed displayUsed parameter to verbose
     new 6e65fb7  Improved analysis logging to only display found information.
     new 935ea78  o Turn ignoreNonCompile off by default since I believe these cases should be handled properly by maven-dependency-analyzer o Turn outputXML off by default since it makes the output rather verbose
     new b7c6f87  Use standard artifact format when outputting resolved artifact scopes
     new ad2ee5f  Upgraded maven-plugin-testing-tools to 1.0-alpha-3-SNAPSHOT to fix tests under paths with spaces.
     new fb0f552  Moved misplaced newline
     new 849f623  [MDEP-101] Added dependency:list alias for dependency:resolve
     new 5c448bb  o Replace tabs with spaces.
     new 42bf371  Correct typo - use method argument rather than class field.
     new 119d2e5  o Pulled-up AnalyzeMojo functionality into AbstractAnalyzeMojo to allow different Plexus annotations to be specified on subclasses o Changed AnalyzeMojo to @execute phase="test-compile" for standalone functionality o Added AnalyzeAttachedMojo to @phase verify for participating in the build lifecycle o Improved Javadoc
     new b61cd13  Made private method private
     new 8b53113  Formatted source
     new d8af0c1  o Javadoc improvements o Made field private
     new 52b2643  Formatted source
     new be004cb  Fix minor doc typos
     new 6b719e6  Renamed analyze-attached goal to analyze-only as agreed on dev list.
     new 6049d9a  Use friendlier expressions for analyze mojo parameters.
     new bbb6bda  Removed unused dependency maven-test-tools - thanks dependency:analyze!
     new 13ddc07  Updated docs for analyze, analyze-only, list and tree goal changes.
     new 108a3f3  Added an example to the site for failing the build on dependency analysis warnings.
     new d6b74b4  Use sentence case for examples - makes it easier to read in the site nav.
     new 7e2e076  use an existing site plugin snapshot
     new dabdfc0  propogate the maven.home property for the invoker
     new f39f627  site updates. prepare dependencies for release
     new b6a97fd  o Replace tabs with spaces.
     new 5a1af9d  o Use an output file name without spaces.
     new c0eb09d  Removed conflict
     new c52db1b  Reapplied r576487 that got overwritten in r579029:
     new 22d150d  Add doc about packaging dependencies' sources
     new 1bb7949  Remove unneeded repo and use current version for dependency plugin
     new 8062312  make abstract test... abstract
     new 9d42413  MDEP-116 : [dependency:copy-dependencies] Add parameter to allow extracting POMs
     new 5377b83  Next version planned in jira is 2.0-alpha-5
     new 125d349  MDEP-116 : [dependency:copy-dependencies] change log level to explain that we aren't able to copy the pom
     new 6e0a183  MDEP-116 : [dependency:copy-dependencies] the exception message is enough
     new ea5778a  [MDEP-100] Merged branch into trunk:
     new 232be02  changed default scope
     new 376e798  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin@605003 13f79535-47bb-0310-9956-ffa450edef68
     new d7f9fee  remove stray conflict text
     new e005146  bumped to released test tools
     new b8bbc79  Moved remotely
     new 912a90d  Moved remotely
     new 8c66186  Moved remotely
     new def51db  Moved remotely
     new 651df0a  Moved remotely
     new 69ef111  Moved remotely
     new c7901c0  Moved remotely
     new 483a3c7  Moved remotely
     new 2aa9507  Moved remotely
     new fbeabfa  Moved remotely
     new 0be4dc7  moving the tests
     new 4f83e45  moving the tests
     new 6a7bd5f  moving the tests
     new 1856393  moving the tests
     new ba66142  moving the tests
     new a347f0e  moving the tests
     new 0979dea  moving the tests
     new 3aaf3b6  [maven-release-plugin]  copy for tag maven-dependency-plugin-2.0

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