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:30:51 UTC

[maven-toolchains-plugin] branch master created (now b6c9d3d)

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-toolchains-plugin.git.


      at b6c9d3d  [MTOOLCHAINS-20] Change the structure from org/apache/maven/plugin to org/apache/maven/plugins  o Followup fixed the package names in the classes and the name in the components.xml    file.

This branch includes the following new commits:

     new 30175c3  initial contribution of maven-toolchain-plugin that is capable of matching available toolchains against the ones required by the project and providing them to other plugins down the road.
     new 2833bdf  reformat
     new 7b5aac4  formatting
     new 959668e  initial batc of documentation to toolchains-plugin
     new 227ea01  use the private toolchains contract
     new 637f6d3  rewrite toolchain-plugin to use MavenSession plugin context instead of removed build-context.
     new 023762c  make 2.0.9-SNAPSHOT a prerequisite
     new 2ffcbdd  introduce ToolchainPrivate.matchesRequirement(Map) that pulls the requirement matching into the codebase of the toolchain type developer. Should be more flexible than having it hardwired into the toolchain plugin.
     new 66d3791  use org.apache.maven groupid for toolchains component..
     new d5e4777  o Added svn:eol-style=native
     new c754617  update versions
     new 031195b  Bumping all parent versions to 11, to allow deployment to alternative locations.
     new be8e857  Try to use the 12-SNAPSHOT parent
     new 50fbec9  o Added stub IT profile to highlight plugins during CI
     new bbc6247  o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header
     new b9bd336  o Reordered POM
     new 1332f56  o Added SCM information (compare http://www.nabble.com/Re%3A-%3Cscm%3E-element-in-plugin-POMs-p18934198.html)
     new 390ac4a  o Updated index page of plugin site
     new abdd84e  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 6d64fa2  o Updated index page of plugin site
     new 340c126  o Inherited from maven-plugins:12
     new 30dd097  o Formatted/reordered POM
     new 3534f07  fixed errors reported by Checkstyle
     new a0a4add  use StringBuffer to build message
     new 3391b49  use the latest parents
     new 37fd688  o Inherited from maven-plugins:13
     new ecf2773  used http://maven.apache.org/xsd/* for schema location
     new 2ba6251  o Added plugin version to POM snippets in documentation
     new c33158a  o filtering version in doc
     new cd1d280  o fixed ambiguous links o added Doxia xsd
     new e459365  [MNG-4287] Make ToolchainManagerPrivate session-aware
     new 13b5394  upgrade parent version to ensure source-release is automatic.
     new 24b62c3  use latest parent
     new 170d858  remove broken links from site
     new a3242f9  [maven-release-plugin] prepare release maven-toolchains-plugin-1.0
     new 12593e9  [maven-release-plugin] prepare for next development iteration
     new f972138  re-rolling 1.0 release with issue management defined
     new e3e8cfe  [maven-release-plugin] prepare release maven-toolchains-plugin-1.0
     new 5a8edcd  [maven-release-plugin] prepare for next development iteration
     new a9714bc  re-rolling 1.0 release. site is not generating links correctly
     new bbc6918  adding in the site descriptor stuff that is missing from maven-plugins:15
     new 6412eb9  [maven-release-plugin] prepare release maven-toolchains-plugin-1.0
     new 8857991  [maven-release-plugin] prepare for next development iteration
     new 6da5f0b  rolling back to maven-plugins:14
     new 702adfe  [maven-release-plugin] prepare release maven-toolchains-plugin-1.0
     new 92a2877  [maven-release-plugin] prepare for next development iteration
     new 9ffcc01  o Inherited from maven-plugins:17
     new 8076965  fix relativePath to plugins parent and bump to latest parent for all plugins
     new f03b713  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     new ead3d6f  upgrade plugins to latest parent 21
     new fe629ad  [MTOOLCHAINS-4] use maven-plugin-tools' java 5 annotations
     new 6f1bbc1  move plugin version to a property and plugins annotations in compile scope
     new 9949069  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 7a36e4e  annotations are not needed for plugin execution so mark dependency as provided
     new 731da98  use released parent pom
     new 79835a8  replace StringBuffer by StringBuilder
     new 34dc5be  update maven-plugin-plugin to 3.2
     new 5a1cc6d  upgrade all to last parent 24
     new 8062eff  Follow ASF branding rules.
     new 3d6221a  More java5
     new 12c7b99  Further code analysis improvements
     new 464db33  More code analysis fixes
     new 6a19dab  Reformatted to code style
     new 6b2bc06  Revert "Reformatted to code style"
     new e1f23de  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new 3ab7f66  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 79939d8  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 49bd6d9  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 8d05187  added license header
     new e588862  Injection via @Parameter instead of @Component
     new 5c3ec58  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new 2d98f0a  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new ef20ea7  updated parent pom
     new 846a73f  little doc improvement
     new 74427ec  cleanup
     new 7cd4a5a  [MTOOLCHAINS-7] added an IT that check expected failure, and fixed the java annotations migration (yes, the IT was immediately useful)
     new 6437086  updated code with Java 5 typed collections
     new 02264e1  [MTOOLCHAINS-8] improved code and javadoc
     new 277c3e7  [MTOOLCHAINS-9] upgraded to Maven 2.2.1 compatibility
     new 3fe7560  improved documentation
     new f5ad2d9  updated IT to find jdk toolchain (if any configured in user toolchains)
     new fd7a3fa  fixed typo
     new 8761cb5  improved IT with more test-case coverage
     new 850119b  [MTOOLCHAINS-10] Improved plugin output
     new b5b06c1  [MTOOLCHAINS-11] double check toochain type to protect against core bug MNG-5716
     new db1b0c3  improved output: differentiate no toolchain found vs no matching toolchain
     new 3a0cd89  count toolchains found that do have the right type but do not match
     new c203507  Fix sample configuration.
     new 085f7ea  Fix typo in method name.
     new d84e6eb  Fix title and use headings of appropriate size. Use standard indentation.
     new 630eb49  Rewrite the usage page.
     new 0ce6941  Change wording.
     new 8d0e1e5  [MTOOLCHAINS-6] add an IT with custom toolchain type
     new 6a0cee5  [MTOOLCHAINS-6] updated sample custom toolchain to be compatible with Maven 2.0.9-3.2.3 and Maven 3.2.4+: see MNG-5718 and MNG-5720
     new ddab332  created a sample plugin using the custom toolchain
     new 35ceb85  rework code after MNG-5720 discussion
     new 3b64e6a  [MTOOLCHAIN-6] added documentation on custom toolchain
     new 5a85519  [MTOOLCHAINS-6] improvements after feedback
     new d83d687  [MTOOLCHAIN-6] more precise explanations
     new ea565b4  build custom extension only with Maven 3, since it can't be used in Maven 2
     new 9b86e46  more complete IT builds configurations, to avoid warnings
     new b107b92  added Toolchains menu with Standard/JDK/Custom entries
     new 4618f1e  workaround for JDK requirement plugin info
     new 62486f4  [maven-release-plugin] prepare release maven-toolchains-plugin-1.1
     new 90c5f73  [maven-release-plugin] prepare for next development iteration
     new 76c40f6  indentation fix
     new 5d78c10  set pom description
     new 9eb2f72  [MTOOLCHAINS-12] fixed ITs since invoker configuration wasn't updated when renaming custom toolchain
     new 0219e2b  [MTOOLCHAINS-13] update custom toolchain IT to build with Maven 2
     new acdd070  updated parent pom
     new f13b102  updated documentation for IT custom toolchain directory
     new 489eb11  changed svnpubsub url from /content to /components
     new 953ea9e  moved Jira from Codehaus to Apache
     new 54c1878  Fix typo and indentation.
     new 26d8828  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 92c1849  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 2299f79  use released version of plugin parent, i.e 28
     new 2434778  updated it to not depend on local toolchain configuration
     new 52f73f7  [MPOM-95] updated parent pom location
     new 4f32170  updated Jira url
     new 3913aef  Removed the try/catch for PlexusConfigurationException cause it could never happen in this part of the code.
     new 0bd143d  [MTOOLCHAINS-15] Upgrade Maven 3.X Only JDK 1.6  o Upgraded maven version to 3.0 minimum.  o Changed dependencies to maven-core 3.0  o Changed to use provided scope for annotations
     new 5f7ff54  [MTOOLCHAINS-16] Upgrade maven-plugins to version 30
     new a4597c8  [MTOOLCHAINS-17] Bump version to 3.0.0-SNAPSHOT
     new 84747dd  Correct jira.codehaus.org to issues.apache.org/jira
     new cdc2692  o Updated to latest parent SNAPSHOT.
     new 30a38dd  o Reverted last commit to reset to release version parent's.
     new a60b3f9  [MTOOLCHAINS-20] Change the structure from org/apache/maven/plugin to org/apache/maven/plugins
     new b6c9d3d  [MTOOLCHAINS-20] Change the structure from org/apache/maven/plugin to org/apache/maven/plugins  o Followup fixed the package names in the classes and the name in the components.xml    file.

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