Benjamin Bentmann
99823b034e
[maven-release-plugin] prepare release maven-3.0-beta-2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@983202 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 10:51:26 +00:00
Benjamin Bentmann
33a81408e1
o Fixed javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@983198 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 10:29:09 +00:00
Benjamin Bentmann
a9a19a7a62
[MNG-4615] [regression] @required plugin parameters are not validated
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@983050 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06 16:47:58 +00:00
Herve Boutemy
2a5fde5cac
updated Modello schema version when necessary
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@982838 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06 00:12:58 +00:00
Herve Boutemy
56aae7adbb
updated Modello schema used to 1.4.0 for java.clone attribute support in class element
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@982826 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 23:25:45 +00:00
Herve Boutemy
57e54dc4c0
added generics to hand-written code in model (merged from 2.2 branch r982716)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@982719 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 18:10:39 +00:00
Benjamin Bentmann
e96c8dab7e
[MNG-4750] [regression] MavenProject.getDependencyArtifacts() aren't resolved
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@982696 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 17:02:24 +00:00
Benjamin Bentmann
46de558b61
[MNG-4747] Javaagent not usable since 3.0-alpha
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@982405 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04 21:11:43 +00:00
Benjamin Bentmann
09117ae465
o Improved backward-compat
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@980888 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 16:55:57 +00:00
Benjamin Bentmann
97bf1f10bc
[MNG-4744] Validate coordinates of dependency exclusions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@980725 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 10:41:52 +00:00
Benjamin Bentmann
f179e38933
o Avoided creation of broken ThreadLockedArtifact (i.e. don't wrap null artifacts)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@980522 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 17:49:54 +00:00
Benjamin Bentmann
7c5b95fa26
o Fixed typo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@980426 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 12:37:41 +00:00
Benjamin Bentmann
2e71421fe7
[MNG-4740] Maven hangs with big aggregators with lots of inter-modules dependencies
...
Submitted by: Vincent Latombe
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@979808 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 19:08:20 +00:00
Benjamin Bentmann
8964423d92
o Added license header
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@979029 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 12:07:42 +00:00
Benjamin Bentmann
5a0e691507
[MNG-4738] DefaultArtifactResolver forks non-daemon threads
...
Submitted by: Benjamin Hanzelmann
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@979028 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 12:05:32 +00:00
Benjamin Bentmann
43544946cc
o Added more GIT EOL config to match with SVN
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@978931 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 19:32:17 +00:00
Benjamin Bentmann
65a22d7f66
o Disabled GIT EOL normalization for supposedly binary files (maybe it even works this time)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@978925 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 18:56:52 +00:00
Kristian Rosenvold
f19befcf70
o Reduced access level of class, updated some docs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@978818 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 07:29:15 +00:00
Kristian Rosenvold
a49f986e86
[MNG-4633] Added ThreadLockedArtifact, Implemented locking algorithm
...
Fix affects weave mode only.
Solves 3 different known problematic cases where downstream reactor
modules access the file of the upstream module's artifact before it
is ready (seem in ant-plugin, ear plugin and reported on issue).
The basic premise of this fix is that only a few selected phases
actually need access to the classes variant of artifact.getFile()
which is set by the compiler plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@967190 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 18:25:04 +00:00
Benjamin Bentmann
d7ae6ad6c1
o Removed unused imports
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965982 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 20:12:30 +00:00
Benjamin Bentmann
4e7e93346f
o Updated bootstrap to use upcoming maven-ant-tasks:2.1.1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965780 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 10:00:22 +00:00
Benjamin Bentmann
4ab8f13084
o Set svn:eol-style=native
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965775 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 09:37:17 +00:00
Benjamin Bentmann
3a7557a72b
o Disabled GIT EOL normalization for supposedly binary files
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965637 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19 21:18:57 +00:00
Benjamin Bentmann
ce6ae6e8cf
o Completed manual wiring
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965431 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19 11:23:52 +00:00
Benjamin Bentmann
85ef559859
[MNG-4717] Repository Ids containing ":" will lead to checksum errors on Windows machines
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965233 13f79535-47bb-0310-9956-ffa450edef68
2010-07-18 14:23:06 +00:00
Benjamin Bentmann
260867adc2
[MNG-4732] Version string validation
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965141 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 21:53:47 +00:00
Benjamin Bentmann
bcde4d89a4
o Tweaked API
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965131 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 20:50:25 +00:00
Benjamin Bentmann
bca95f0f62
[MNG-4729] Mirrors and servers not accessed properly by plugin on a build
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965101 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 16:19:24 +00:00
Benjamin Bentmann
89f49926af
o Allowed manual creation of settings builder for reuse in non-ioc envs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@964738 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 10:35:18 +00:00
Benjamin Bentmann
c6aab7be9f
o Moved settings building into separate module
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@964730 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 09:59:13 +00:00
Benjamin Bentmann
2cce5d1bde
o Polished code
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@964708 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 08:18:05 +00:00
Herve Boutemy
d16b880a23
copied site documentation from 2.2.x branch
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@963869 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 21:35:58 +00:00
Herve Boutemy
90a022ce0d
copied site documentation from 2.2.x branch
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@963867 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 21:34:54 +00:00
Benjamin Bentmann
b66e581ef1
[MNG-4725] Extend core artifact filter to exclude Guice-based Plexus shim
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@963313 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12 15:11:46 +00:00
Benjamin Bentmann
4bc3491706
o Added a factory to manually wire/setup a model builder for convenient use in non-ioc envs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@963073 13f79535-47bb-0310-9956-ffa450edef68
2010-07-11 13:51:21 +00:00
Kristian Rosenvold
f8c8aa5fa1
o Minor (test) modification. git workflow test
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@962440 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 08:18:34 +00:00
Herve Boutemy
5a6b42d721
fixed ambiguous relative links
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@961902 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 19:43:43 +00:00
Benjamin Bentmann
d3965e9cbf
[MNG-4718] [regression] Missing Class in 3.0-beta-1: org.apache.maven.project.artifact.AttachedArtifact
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@960855 13f79535-47bb-0310-9956-ffa450edef68
2010-07-06 09:34:43 +00:00
Benjamin Bentmann
bf4af4c326
o Decoupled test from platform details
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@960854 13f79535-47bb-0310-9956-ffa450edef68
2010-07-06 09:31:49 +00:00
Kristian Rosenvold
0e6cbbbf56
o Added first-version .gitignore
...
Also testing git-svn integration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@960598 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 13:51:52 +00:00
Herve Boutemy
75e51335a5
updated maven-stylus-skin version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@958296 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26 23:31:21 +00:00
Herve Boutemy
23f2095652
fixed errors reported by Checkstyle
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@958295 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26 23:16:18 +00:00
Herve Boutemy
4e202d7d01
removed spellchecker configuration that was causing a red line
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@958126 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 21:53:21 +00:00
Benjamin Bentmann
d782b61e83
o Improved validation message
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@957180 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 13:04:08 +00:00
Herve Boutemy
f1aa5485a4
removed unused import
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@957006 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 20:10:57 +00:00
Herve Boutemy
79d62ed13c
code simplification
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@956708 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 21:42:55 +00:00
Herve Boutemy
fc64c716a1
added image map links to Spice components
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@956336 13f79535-47bb-0310-9956-ffa450edef68
2010-06-20 09:20:54 +00:00
Kristian Rosenvold
a9fcd5d108
[MNG-4682] Exception upon build failure in parallel builds
...
Also removed duplicated code line
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@956100 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 19:09:42 +00:00
Benjamin Bentmann
e733004eb1
o Restored backward-compat with Maven 2.x
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@955820 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 02:48:46 +00:00
Olivier Lamy
d6e04a3d49
add comment to prevent accidental delete of those methods :-)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@951862 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 13:55:06 +00:00