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 17:23:30 UTC

[maven-project-utils] branch master created (now 90375d0)

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-project-utils.git.


      at 90375d0  [MSHARED-562] removed old Ansi API from maven-project-utils

This branch includes the following new commits:

     new 35556ed  Initial commit maven-project-utils
     new 1409559  Add a submodule to the multimodule-hierarchical IT, so all kind of modules (with or without submodule) are covered
     new d0138ec  Add isAggregator()
     new b2368d5  fixed license header
     new 80ff550  code simplification
     new 04a59bc  code simplification
     new c66cf68  code simplification
     new 825c7e1  Do a proper null to empty String conversion, add unittests for it
     new 5896981  Add javadoc
     new bdec352  Add ITs for scm connections
     new e77a625  Add unit tests
     new c49e6b9  fixed algorithm
     new 0639a9e  avoid NPE if parent has no modules
     new 1318092  Add IT for a flat multimodule project
     new 6222fec  Add getMavenVersion()
     new 1dfa6f2  added an edge-case situation, when a project is build alone and not part of the reactor it belongs to
     new 4ec5dd0  Make getRootProject() null-safe
     new 22fa515  Add license
     new 37ef5e5  Add IT Mojo to resolve project type Cleanup imports and unused exceptions
     new b5119b6  git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1481385 13f79535-47bb-0310-9956-ffa450edef68
     new a7a2727  complete javadoc
     new 890c4d4  Solve issue with modules which aren't part of the reactor
     new 4659892  remove redundant code. AllModules() already includes the collected projects
     new a6a1645  isAggregator detection was wrong (didn't verify with parentId), this should be better. Now also based on allModules instead of only the collectedProjects
     new c27c726  Create MavenXpp3Reader only once per methodcall Close FileReader at end
     new dfda0df  remove used imports
     new c778c0b  extract getModuleFile, it is already used twice
     new f917322  Add javadoc
     new b9467c7  make getModuleFile public, I need it somewhere else
     new 20a6d88  Add getSharedFolder(File,File), which will be used to calculate the topLevelFolder of a multimodule project
     new cae0d15  Refactor code
     new cf96f65  Refactor code
     new 7a4d9eb  Add getSharedFolder(MavenProject) to calculate the upper most directory of this project and all of its descendants
     new cbd5cbf  Follow ASF branding rules.
     new ecacb01  resolve distributionManagementSiteUrl based on module or on artifactId
     new b3c31a5  Add missing license headers. This component now passes the checks done by RAT.
     new 8a85b55  SharedFolder might cause confusion. It's not about some network share, but about the folder that all the (reactor-)projects share. Renaming it.
     new fbbe11a  Calculate connection based on module name
     new 7681e30  configured site deploy to /shared-archives/<artifactId>-LATEST
     new b24aa72  updated parent pom
     new 06bf7ea  - Fixed typo.
     new ffab990  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 53c53ec  added license header
     new 254bb71  s/plugins/shared/
     new 80d0bc7  upgraded parent pom
     new 47963f5  Let the parent do it's work and do not define the version of maven-inovker-plugin.
     new 0253daf  changed svnpubsub url from /content to /components
     new 3a3e086  moved Jira from Codehaus to Apache
     new e640132  Fixed more ^M's
     new 1e502b8  [MNGSITE-243] Fixed wrong link.
     new e62c54a  [MPOM-95] updated parent pom location
     new 4f0c5fc  Upgraded to Maven 3 and reformatted code.
     new 8036f1d  added Jira component id
     new 681a9a7  [MSHARED-552] added a utility to activate ANSI color only if Maven 3.4+
     new 96c1ca9  [MSHARED-553] Upgrade maven-shared-components parent to version 30
     new 5b13a02  [MSHARED-556] Cleanup invoker configuration don't configure defaults
     new adf10a8  [MSHARED-557] Fixing IT setup-plugin cause of missing correct version.
     new dc60e76  [MSHARED-558] Changing the version to three digit line version number 1.0.0-SNAPSHOT instead of 1.0-SNASPHOT
     new e43607d  Replace float comparision with String comparison, otherwise the floats 4.1.x and 4.10.x are considered the same version
     new 2817656  upgrade JAnsi from 1.12 to 1.13
     new 818e943  add methods to manage colors consistently across plugins
     new 2672826  [MSHARED-552] forgot toString() method...
     new 7ad3378  [MSHARED-552] renamed highlight() to strong()
     new e51bc26  [MSHARED-552] fixed constructors to use proper Ansi method (supporting color disable)
     new 4a60ec0  [MSHARED-562] simplified API: removed append methods for primitives since autoboxing provides translation into Object
     new f40ec35  [MSHARED-562] added colored message rendering helpers style(message) to ease style().a(message).reset() pattern
     new ecf99b4  [MSHARED-562] forgot warning(message) helper
     new 418e2e4  typo
     new 05af871  [MSHARED-562] added setEnabled(boolean) and isEnabled() methods
     new 8deb560  use AnsiUtils.setEnabled() instead of Ansi.setEnabled()
     new dcc5878  [MSHARED-562] fixed comparison done in r1747973: disable color when less than 3.4.0-alpha (to avoid 3.4.0-SNAPSHOT)
     new 25dc810  [MSHARED-562] changed MavenUtils.compareToVersion(version) order: compare current with version (and not the opposite)
     new 90375d0  [MSHARED-562] removed old Ansi API from maven-project-utils

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