9817 Commits

Author SHA1 Message Date
Jason van Zyl
00b9029094 [maven-release-plugin] prepare for next development iteration 2013-05-23 10:23:11 -04:00
Jason van Zyl
32d720ea0c [maven-release-plugin] prepare release maven-3.1.0-alpha-1 2013-05-23 10:23:05 -04:00
Hervé Boutemy
4db66fd06c [MNG-5477] inject pluginManagement and build plugins versions into
report plugins to avoid validation warnings
2013-05-21 00:17:25 +02:00
Hervé Boutemy
ed1501ecb5 [MNG-5477] check warning issued when no version in reporting section 2013-05-20 23:10:31 +02:00
Hervé Boutemy
15a13529b3 added a note about module=artifactId recommendation 2013-05-19 18:07:16 +02:00
Hervé Boutemy
adf65b8599 more sensible value for version: 4.0.0+ instead of 4.0.0, since
the vast majority from actual pom version will remain in future versions
2013-05-18 15:02:18 +02:00
Hervé Boutemy
f8cda9db60 [MNG-5480] added documentation about default url values calculated
from parent pom
2013-05-18 12:53:47 +02:00
Hervé Boutemy
7d359445d1 [MSITE-484] reporting section cannot be deprecated in Maven core for the
moment
2013-05-18 12:16:51 +02:00
Hervé Boutemy
9404499ccd maven-dependency-plugin 2.8 released, now compatible with Eclipse Aether 2013-05-18 08:34:42 +02:00
Hervé Boutemy
deacaadf60 use maven-project-info-reports-plugin 2.7, which has better git support 2013-05-17 00:14:13 +02:00
Hervé Boutemy
204f96955a maven-site-plugin 3.3 released 2013-05-13 19:54:24 +02:00
Hervé Boutemy
d6f02bb406 added a notice for the MSITE-687 workaround 2013-04-25 19:27:49 +02:00
Hervé Boutemy
fa47f650cb added unit testst back after Eclipse Aether migration 2013-04-10 01:42:32 +02:00
Hervé Boutemy
d7b31b3c90 reapplied commit 994a27d0043d9e6fbdd33805dc61ef0fe1f2d081 after Eclipse
Aether merge:
removed code duplication: maven-core should use base
MavenRepositorySystemUtils provided by maven-aether-provider as a
basis before adding environment configuration instead of copy/paste
Aether configuration
2013-04-09 08:27:06 +02:00
Hervé Boutemy
1e5a78792b accounted for Eclipse Aether API change 2013-04-09 08:15:58 +02:00
Jason van Zyl
95fbf6f445 [maven-release-plugin] prepare for next development iteration 2013-03-30 10:52:15 -04:00
Jason van Zyl
262b9bb1ef [maven-release-plugin] prepare release maven-3.1.0-alpha-1 2013-03-30 10:52:10 -04:00
Jason van Zyl
08eab1953d o revert release plugin commits 2013-03-30 10:50:39 -04:00
Jason van Zyl
01c969e1eb [maven-release-plugin] prepare for next development iteration 2013-03-30 10:21:32 -04:00
Jason van Zyl
2decac4869 [maven-release-plugin] prepare release maven-3.1.0 2013-03-30 10:19:45 -04:00
Hervé Boutemy
42962fa281 code formatting 2013-03-30 09:37:11 +01:00
Kristian Rosenvold
973673721b [MNG-5456] Incorrect exception handling in parallel build 2013-03-30 07:00:05 +01:00
Jason van Zyl
eb164f514c Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven 2013-03-23 15:25:07 -07:00
Stuart McCulloch
34a8c6ce3b Use Eclipse/Sisu 0.0.0.M2a milestone
Signed-off-by: Jason van Zyl <jason@tesla.io>
2013-03-23 15:24:51 -07:00
Hervé Boutemy
833b5f0e93 fixed merge conflicts 2013-03-19 23:55:04 +01:00
Jason van Zyl
2d7069b6e3 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven 2013-03-19 10:25:34 -07:00
Stuart McCulloch
c5f161a8d6 Avoid mixing two flavours of Guice on the classpath.
Note: the main blocker to using Google-Guice for Maven3 is the lack of a release with the new ProvisionListener API, which is needed to support Plexus lifecycles. While there are other fixes/features in Sisu-Guice that are nice-to-have (such as removal of the big global singleton lock) they aren't strictly required for Maven3.

Signed-off-by: Jason van Zyl <jason@tesla.io>
2013-03-19 10:16:40 -07:00
Hervé Boutemy
e438f1140e added information about encoding configuration 2013-03-19 01:21:13 +01:00
Hervé Boutemy
10983877dc removed unused configuration 2013-03-18 23:35:03 +01:00
Jason van Zyl
f50ae7b059 o Merge branch 'master' into eclipse-aether
Conflicts:
	maven-embedder/src/main/java/org/slf4j/impl/MavenSlf4jSimpleFriend.java
	pom.xml
2013-03-18 13:27:43 -07:00
Stuart McCulloch
8b97b0a2da Fix call to SimpleLoggerFactory.reset method (use LoggerFactory to make sure we get the right instance to reset, as SimpleLoggerFactory.INSTANCE is not actually used by slf4j-simple's StaticLoggerBinder) and remove temporary reflection workaround
Signed-off-by: Jason van Zyl <jason@tesla.io>
2013-03-18 12:12:22 -07:00
Jason van Zyl
2ec0a6b69f Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven 2013-03-18 11:03:04 -07:00
Jason van Zyl
cc2da2fabe o using slf4j 1.7.4 which adds the method to clear the logger cache
o update the code to use slf4j 1.7.4
o the logging failures in the embedded ITs are now fixed
2013-03-18 11:01:40 -07:00
Jason van Zyl
33abdd2ccf o update to slf4j 1.7.3 and use logger factory reset() 2013-03-17 18:48:06 -07:00
Hervé Boutemy
317e7c6238 removed unused properties 2013-03-17 20:41:19 +01:00
Stuart McCulloch
4849df9183 Reverting some unexpected aether dependency changes to the top-level pom which broke the build
Signed-off-by: Jason van Zyl <jason@tesla.io>
2013-03-15 16:46:28 -07:00
Jason van Zyl
cf4d0be0ae o using snapshot version of sisu to vet any issues, and adding ossrh as a snapshot repository while testing 2013-03-15 06:49:59 -07:00
Jason van Zyl
bd4c38b7fd o using snapshot version of sisu to vet any issues, and adding ossrh as a snapshot repository while testing 2013-03-15 06:48:06 -07:00
Jason van Zyl
ebf2e4ddea Merge branch 'eclipse-aether' of github.com:tesla/tesla-build into eclipse-aether
Conflicts:
	.gitignore
	pom.xml
2013-03-14 13:03:31 -07:00
Stuart McCulloch
2c2bf6e6e5 Use Eclipse/Sisu 0.0.0.M2 milestone
Signed-off-by: Jason van Zyl <jason@tesla.io>
2013-03-13 08:49:00 -04:00
rfscholte
41a292d9a2 [MNG-5213] Verify time formatting 2013-03-09 13:09:48 +01:00
olivier lamy
c138fe884d add Stuart in contributor section 2013-03-05 22:11:26 +01:00
olivier lamy
57954042c5 [MNG-5445] Missing PathTranslator @Requirement in org.apache.maven.project.interpolation.StringSearchModelInterpolator
Submitted by Stuart McCulloch.
2013-03-05 22:11:26 +01:00
Igor Fedorenko
9b58a3cfdc MNG-5444 fixed building MavenProject from ModelSource
To maintain compatibility with (the extremely unlikely) existing
implementations of ModelSource, the new API methods are provided
via optional ModelSource2 interface. Updated javadoc to encourage
use of the new API.

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-03-03 22:03:50 -05:00
Hervé Boutemy
ef06aab96d updated ${maven.build.version} example to show the actual git format 2013-03-03 09:43:05 +01:00
rfscholte
d659d21df1 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven 2013-03-01 16:16:04 +01:00
rfscholte
f6f4ef5e03 [MNG-3131] Error message is misleading if a missing plugin parameter is of a type like List 2013-03-01 16:14:22 +01:00
Kristian Rosenvold
80e01fea5b Reverted 1a1fe6d50802713d969ed08d6fa06dec53cf90e9 to make things workproperly on java5/windows 2013-02-27 07:27:43 +01:00
Hervé Boutemy
0645eb72fe update Modello version 2013-02-27 02:02:26 +01:00
olivier lamy
28721c35e0 idea can produce out directory so ignore it 2013-02-24 09:31:43 +01:00