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/08 18:15:05 UTC

[maven-repository-builder] branch master created (now 027f856)

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-builder.git.


      at 027f856  Upgrade org.codehaus.plexus:plexus-component-metadata to 1.7.1 This will make them build with Java9

This branch includes the following new commits:

     new 6ebd0ff  moved from sandbox to shared
     new c229782  align parent to the last released version, fix/add license headers
     new 13ec9d2  move remote-resources out of the profile and remove snapshot repo, no more needed.
     new 7f253f8  remove snapshots
     new 2ae2bba  [maven-release-plugin] prepare release maven-repository-builder-1.0-alpha-1
     new f8ba057  [maven-release-plugin] prepare for next development iteration
     new c5c06a2  [MASSEMBLY-210] Including the ancestry of the current project in the repository.
     new 346f4cb  Bumping plexus-maven-plugin version to get component requirements without the 'default' role hint when role-hint is unspecified...this is necessary to work with maven-artifact, which doesn't specify a role-hint for DefaultArtifactFactory's definition in its components.xml
     new 7e1c0f1  align parents to latest release (snapshot has nothing significant other than SCM adjustments) manually set all SCM locations since inheriting from a release will position it under the tag which is not correct
     new 961aab5  Attempting to fix assembly of snapshot artifacts and use POM files from parent MavenProject instances where possible. This may not be complete, but wanted to get this in before it gets stale.
     new 393722b  OPEN - issue MASSEMBLY-210: repository does not include the parent pom http://jira.codehaus.org/browse/MASSEMBLY-210
     new 0534cd4  Adding the beginnings of a testing infrastructure for MASSEMBLY-210.
     new 832a1c3  Adding new unit test for MASSEMBLY-210. It doesn't work yet, even to the extent that it should without fixing MASSEMBLY-210, so I've excluded it in the POM's surefire config.
     new 6cfef1a  Fixed the name of the test to exclude.
     new 4ade94f  Fixed john's test with the remote repository. Still need to resolve the maven project properly.
     new 6e14133  first unit tests succeeds now.
     new 51647ed  Adding unit test that is failing...it's commented out in the unit test source, so it won't run.
     new a421ac1  [MASSEMBLY-210] This fixes inclusion of parent poms, for the current project and dependencies...both in cases where the current pom's parent is in the repository, and in the filesystem.
     new 3721c38  Fixing problem with a field in the project builder that isn't there in 2.1-snapshot...just trapping the NoSuchFieldException.
     new 1608a46  Adding managed-version map, taken from maven 2.0.7 source. We can remove this once again, once we don't have to support maven < 2.0.7.
     new e7da1ac  [maven-release-plugin] prepare release maven-repository-builder-1.0-alpha-2
     new 3c1c592  [maven-release-plugin] prepare for next development iteration
     new 5d215e9  o Removed svn:executable
     new 22b0004  fixed tests when there are spaces in directory name
     new 0a70876  use the latest released parent
     new f7bfca6  o Updated SCM URL for web access
     new b422bc9  o Readded license headers
     new 0e41d2d  o Inherited from maven-shared-components:10
     new 01247b1  use the new parent
     new 40efe46  o Inherited from maven-shared-components:11
     new b43cc7c  o Formatted POMs
     new 5ca4eb5  o Used http://maven.apache.org/xsd/* for schema location
     new cee1f97  removing one-off source release assemblies (and config), then upgrading parent version for all shared projects up to 12, so source-release will be automatic.
     new 0223ff8  updated issue management urls to point precisely to the component in MSHARED
     new c292f96  updated parent pom
     new 7abc849  updated license headers
     new 27bf1da  upgrade parent version fix relativePath warning for m3
     new 5889608  added javadoc and jxr reports links in top-level menu
     new 5ca23a8  upgrade parent version
     new 11fb1e8  MSHARED-239 replace plexus-utils with maven-shared-utils
     new e6a2be8  use plexus-component-metadata instead of obsolete plexus-maven-plugin
     new 0c210c1  use last shared parent 19
     new 26b97d2  use shared utils released version
     new 4899f4c  Follow ASF branding rules.
     new a4d2055  Add missing license headers. This component now passes the checks done by RAT.
     new e3b9d3d  configured site deploy to /shared-archives/<artifactId>-LATEST
     new 99d7626  Remove the unused test dependency on Easymock for maven-repository-builder
     new b822f01  updated parent pom
     new 0211d28  updated maven-shared-utils
     new 380cbe0  reverted shared-utils version update since it causes unexpected + random failures on ASF Jenkins build farm (artifact not found in central???)
     new 329a7ae  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 031df8f  [MNGSITE-152]  - Added missing links from overview to ASF License page    and to download area.
     new d29b6ad  added license header
     new 28e0cd8  s/plugins/shared/
     new 4d27a46  [MSHARED-371] Increased chance of java8 compliance by updating to asm5.x based plexus-component-*
     new ee9445c  upgraded parent pom
     new db98610  Changed log warn message that ws irritating to assembly users
     new 032fb3e  [MSHARED-164] Replaced digestutils with commons-codec
     new 4c880e4  Checkstyla
     new 33e6e51  [maven-release-plugin] prepare release maven-repository-builder-1.0
     new f4a906e  [maven-release-plugin] prepare for next development iteration
     new 8f11b44  Updated deps
     new cc9ab73  [maven-release-plugin] prepare release maven-repository-builder-1.0
     new ec68dc0  [maven-release-plugin] prepare for next development iteration
     new d8e3d93  changed svnpubsub url from /content to /components
     new 8568988  moved Jira from Codehaus to Apache
     new fc82bce  Simplify code, also required since M3.0 throws java.lang.NoSuchMethodError: org.codehaus.plexus.PlexusContainer.hasComponent(Ljava/lang/String;Ljava/lang/String;)Z
     new be481c7  [MNGSITE-243] Fixed wrong link.
     new 8e9f0f9  [MPOM-95] updated parent pom location
     new bf9e216  updated Jira url
     new 52c234d  Upgrade parent to org.apache.maven.shared:maven-shared-components:30
     new 027f856  Upgrade org.codehaus.plexus:plexus-component-metadata to 1.7.1 This will make them build with Java9

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