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/09 15:29:24 UTC

[maven-repository-plugin] branch master created (now 97f9c0d)

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

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-repository-plugin.git.


      at 97f9c0d  o Reverted last commit to reset to release version parent's.

This branch includes the following new commits:

     new 4b77cff  Mojo to manage repository
     new 052e03a  Moved to sandbox
     new 3774e3e  o start of a repository plugin, we can now make bundles for upload   to JIRA.
     new c7ea535  as usual, don't forget to handle source artifacts (should this be done automatically?)
     new 029e19e  git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins@327024 13f79535-47bb-0310-9956-ffa450edef68
     new 67e12de  cleanup some unused fields
     new 1b51329  o needs to be 2.0 as there already exists a 1.0 plugin in m1
     new de6a1ab  need a released parent
     new 1054520  [maven-release-plugin] prepare release maven-repository-plugin-2.0
     new 1403411  [maven-release-plugin] prepare for next development iteration
     new f9e9780  Add javadocs to the bundle
     new b1a1de4  adjust parent POMs
     new dcc7981  PR: MREPOSITORY-1
     new d94c72e  PR: MREPOSITORY-1
     new 936cb7c  simple mojo that can be used to generate upload bundles for artifacts already available in the local maven repo
     new 8dd5441  adding tests for bundle-pack goal
     new 2e69e6c  MNG-2460: Incorrect POM inheritance for plugins
     new 2b9ec9e  update all parents
     new 186329d  use inheritence and make all the site appearances consistent
     new f8f624f  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 604d7f1  o updating to latest released parent
     new 5db1c49  MREPOSITORY-6 Don't check for License.txt file, but verify the licenses element in pom.xml
     new aab9879  use a released version of maven-plugin-testing-harness
     new c1291b0  MREPOSITORY-2 project.scm.connection should not be required for bundle-create
     new bba8be8  fix license headers + some formatting. No code changes
     new 2b2a9d3  improving documentation (usage and examples document are still a todo)
     new 01c982e  - 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 dfc6403  added $ back into the expressions, was throwing NPE in the test cases on the jarArchiver
     new 00501ec  clean up @component tags
     new 1311c27  update parent
     new 8dff24d  read and write pom with UTF-8 instead of platform encoding
     new ad3ac9e  o Added svn:eol-style=native
     new 36ce983  o Add @since tags.
     new 63a7e1c  o Comment out goal that isn't available in version 2.0. o Add formating.
     new dae2d31  o Add usage instructions for the goal available in version 2.0.
     new a6d051d  o Remove dummy page.
     new dd97f21  o Ensure that files have proper license headers.
     new c42b4a4  [MREPOSITORY-5] Plugin website needs to be completed
     new cc40034  o Use plugins parent 11.
     new 9e9611d  o Read and validate POM elements in a consistent order.
     new e335807  o Add comments about modelVersion.
     new 2209b81  o Add docs about the bundle-pack goal.
     new bba600a  [MREPOSITORY-10] add XML encoding support for POM reading/writing
     new 5b6ac23  o Inherit mailing lists from parent.
     new b19c083  o Fix errors reported by Checkstyle.
     new 6c24719  o Refactored by using "Extract Method" to make execute() shorter. Fixes error reported by Checkstyle.
     new 0a2fbcf  o Add used but undeclared dependencies.
     new 2bffe6a  o Remove unused but declared dependencies and duplicates.
     new 10fee76  o Sort dependencies.
     new 25fa208  o Update versions of dependencies.
     new 3abdf17  o Add the enforcer plugin to find and exclude transitive dependencies on plexus-component-api.
     new b444ed9  o Add a dependency on plexus-container-default. Required because we excluded plexus-container-api from some of the used plexus components.
     new 817b094  o Add scm element. o Fix namespace in project element, so that it doesn't change during release.
     new e71ed74  [maven-release-plugin] prepare release maven-repository-plugin-2.1
     new 2b54605  [maven-release-plugin] prepare for next development iteration
     new 7e2ffc9  Try to use the 12-SNAPSHOT parent
     new 7cff963  Enforcer rule activated in parent
     new 02b2cdd  o Added stub IT profile to highlight plugins during CI
     new 00d4854  o Reordered POM
     new 103dd96  o Added project description
     new 4abd3bd  o Updated index page of plugin site
     new 465359f  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 1e00cf8  o Explicitly stated UTF-8 as file encoding o Updated license header
     new a08a11b  o Updated index page of plugin site
     new 5bdbd26  o Inherited from maven-plugins:12
     new c17f58b  o Formatted/reordered POM
     new ba50d1f  use the latest parents
     new 008ef4d  o Inherited from maven-plugins:13
     new 3cadc29  used http://maven.apache.org/xsd/* for schema location
     new 9e12258  [MREPOSITORY-18] Scan for any files in the output directory and/or the local-repo directory with the correct finalName prefix. Then, allow users to select which ones to remove from this list; the remainder are added to the bundle along with the POM file. This is more inclusive than specifying the javadoc and sources jars alone. Also, warnings are still intact for missing javadoc/sources jars.
     new 42f80e9  o Added license header
     new 959c5d6  [MREPOSITORY-3] Allow projects with packaging == pom, which allows creating a series of bundle artifacts for a multimodule build, one in each module's target directory. The pom project will include any attached/metadata files such as GPG signatures, in addition to the pom itself.
     new 51bc8b8  [maven-release-plugin] prepare release maven-repository-plugin-2.2
     new 7ca13e3  [maven-release-plugin] prepare for next development iteration
     new d6363d7  rolling back the release attempt, and adding source-release bundle configuration.
     new b834983  [maven-release-plugin] prepare release maven-repository-plugin-2.2
     new afb95c8  [maven-release-plugin] prepare for next development iteration
     new 9d814fa  o Fixed mojo annotations
     new 643d297  o Added ITs
     new 4ac8cb5  o Fixed indentation
     new beb6ffc  added XML Schema reference to site.xml
     new bb3dddd  bump to new parent POM, and remove one-off source-release assemblies
     new 2b52331  upgrade parent version to ensure source-release is automatic.
     new 57dbe7b  o Updated to maven-invoker-plugin:1.4
     new bd9b3cf  [MREPOSITORY-19] Add requirement for SCM information, with option to disable materialization support if you really, really must...but it won't be easy.
     new 8bddeb1  [MREPOSITORY-19] Adding more ITs.
     new f8668b8  [maven-release-plugin] prepare release maven-repository-plugin-2.3
     new da6c816  [maven-release-plugin] prepare for next development iteration
     new fb30685  o Inherited from maven-plugins:17
     new a9383e0  [MREPOSITORY-23] Wrong error message "[INFO] project.scm.url must be present."
     new 0c6b115  o Added license headers
     new aace1e4  [MREPOSITORY-22] repository:bundle-create ignores -f directive (different pom.xml file)
     new e83de5e  [MREPOSITORY-24] bundle-create mojos emits bogus warning about missing sources/javadocs if main artifact is not a jar
     new 091bc9e  o Polished code
     new 1b0721a  o Polished code
     new 43163f8  o Inherited from maven-plugins:18 and updated to maven-invoker-plugin:1.5
     new d168d24  o Polished documentation
     new befb82c  [maven-release-plugin] prepare release maven-repository-plugin-2.3.1
     new b94735b  [maven-release-plugin] prepare for next development iteration
     new d6c406b  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 64613f4  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     new fc74a32  updated reporting configuration for Java 5
     new c1c3f91  upgrade to latest plugin-parent
     new e6c54c0  Bump the version to try to get the ITs to build in Jenkins.
     new 162032d  upgrade compiler and surefire plugins version
     new 8c7eced  upgrade plugins to latest parent 21
     new 729d819  use last parent
     new 79a7fb7  [MREPOSITORY-26] use maven-plugin-tools' java 5 annotations
     new bf6f4cc  move plugin version to a property and plugins annotations in compile scope
     new 00c1904  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 04e8280  annotations are not needed for plugin execution so mark dependency as provided
     new b73d43c  use released parent pom
     new 8429148  next version is 2.3.2
     new 3383eda  updated plexus-archiver
     new d736e0c  updated maven-plugin-testing-harness
     new 0c189fe  try to fix ITs on ASF Jenkins instance: choose a m-resources-p version that is available in repository (not trying to understand why this one is missing and if it should be here) see https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins-ITs-m2/ws/.repository/org/apache/maven/plugins/maven-resources-plugin/
     new e8e303e  try to fix ITs on ASF Jenkins instance: add settings file
     new debbdee  avoid Surefire's deprecated systemProperties parameter, use systemPropertyVariables instead
     new 1d29962  replace StringBuffer by StringBuilder
     new eb27656  update maven-plugin-plugin to 3.2
     new 524119e  upgrade all to last parent 24
     new 6c92a00  Follow ASF branding rules.
     new 1a73687  And even more plexus updates
     new 4de0c1d  More java5
     new 68efe84  Further code analysis improvements
     new 5c67679  More code analysis fixes
     new e860b99  Reformatted to code style
     new 8a76fe1  Revert "Reformatted to code style"
     new 2b686f5  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new 36a41bb  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 3e97151  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 9928617  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 0f94e66  added license header
     new 58dbd13  [MREPOSITORY-27]  - Injection via @Parameter instead of @Component
     new 50b2271  Minor changes of api usage in plexus-archiver to avoid upcoming removals
     new 3df978f  Added closing of zip file to avoid VM going into hindenburg mode
     new 70ca691  plexus-archiver 2.5
     new af71510  Updated to plexus-archiver 2.6.1, plexus-io 2.1.1 and plexus-utils 3.0.18
     new a189742  [MREPOSITORY-29]  - Added missing artifacts to extraArtifacts and    updated the IT accordingly.
     new 59b1013  [MREPOSITORY-30]  - Upgrade to Maven 2.2.1 minimum.
     new 14d4998  [MREPOSITORY-29]  - Followup Added missing maven-compiler-plugin to extraArtifact    and fixed the IT's accordingly.
     new 635fc83  [MREPOSITORY-31]  - Update to plexus-archiver 2.6.2
     new 61f05e1  Updated to plexus-archivee 2.6.3 and io 2.1.3. Should fix windows troubles
     new d10581c  [MREPOSITORY-32]  - Removed plexus-container-default:1.0-alpha-9-stable-1
     new 0933faf  - Added deploySite.sh script.
     new 2c1d590  [maven-release-plugin] prepare release maven-repository-plugin-2.3.2
     new 5561d15  [maven-release-plugin] rollback the release of maven-repository-plugin-2.3.2
     new 578793d  [maven-release-plugin] prepare release maven-repository-plugin-2.4
     new 0ed2b26  [maven-release-plugin] prepare for next development iteration
     new 5411f5e  [maven-release-plugin] rollback the release of maven-repository-plugin-2.4
     new 1719688  [MREPOSITORY-33]  - Improved stabebility of integration tests
     new 1ecac35  [maven-release-plugin] prepare release maven-repository-plugin-2.4
     new 4916aea  [maven-release-plugin] prepare for next development iteration
     new 25de596  [maven-release-plugin] rollback the release of maven-repository-plugin-2.4
     new 3b49d69  [MREPOSITORY-35]  - Fixed RAT report issues. Now 0 violations.
     new 598535a  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new 6680e42  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new 30cc534  [MREPOSITORY-36]  - Upgrade plexus-archiver to 2.7
     new ec57233  Updated to p-u .20
     new d8514a2  updated parent pom and fixed errors reported by Checkstyle
     new 57d8fad  p-archiver 2.9
     new aa68b72  Cleaned up configuration   Removed maven-surefire-plugin configuration cause   the defaults are working.   Replaced maven-surefire-plugin for integration tests   with maven-failsafe-plugin.
     new 9649f44  [MREPOSITORY-37] Problem with integration tests (it-parent)  Updated the integration test parent to maven-surefire-plugin 2.17
     new a6e80b6  Removed unused entry for extraArtifact.
     new d79205a  [maven-release-plugin] prepare release maven-repository-plugin-2.4
     new 7129431  [maven-release-plugin] prepare for next development iteration
     new e735973  changed svnpubsub url from /content to /components
     new 614a834  moved Jira from Codehaus to Apache
     new 7cdb42c  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 7639977  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new cd1373c  use released version of plugin parent, i.e 28
     new ebc6cfc  [MPOM-95] updated parent pom location
     new 2f30b17  Fixed file handle leak
     new 2fed250  [MREPOSITORY-38] Upgrade plexus-archiver from 3.0.3 to 3.1
     new 007d420  o Updated to 'plexus-utils-3.0.23'. o Updated to stop suppressing exceptions incorrectly when closing resources.   Most of the time the 'IOUtils.closeQuietly' methods of 'commons-io' and   the 'IOUtil.close' method of 'plexus-utils' are used incorrectly. They   are meant to be used in 'finally' blocks to not suppress an exception   already thrown in the 'try' block. The documentation of the   'IOUtils.closeQuietly' methods explicitly contains usage examples.   As soon as [...]
     new a72cad9  o Updated to 'plexus-utils' 3.0.24.
     new 24cecad  o Updated 'plexus-archiver' to 3.2. o Updated 'commons-io' to 2.5.
     new 176855d  updated Jira url
     new d341bb3  [MREPOSITORY-39] Upgrade of 'plexus-archiver' to version 3.3.
     new 3f89cf8  [MREPOSITORY-40] Upgrade of plexus-archiver to 3.4.
     new 9416280  Correct jira.codehaus.org to issues.apache.org/jira
     new 1c5d04b  o Updated to latest parent SNAPSHOT.
     new 97f9c0d  o Reverted last commit to reset to release version parent's.

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