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
Benjamin Bentmann
93536dd82c
o Fixed version resolution from reactor to match resolvable artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@951547 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 20:05:18 +00:00
Herve Boutemy
e2d8c568a5
added maven-repository-metadata module to dependencies image map
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@951180 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 21:56:48 +00:00
Benjamin Bentmann
c94f27a8b4
[MNG-4697] Deprecate ununsed CLI options for plugin registry
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@951135 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 19:53:09 +00:00
Benjamin Bentmann
0de8e71bc6
o Set svn:eol-style=native
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@950660 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 16:53:08 +00:00
Benjamin Bentmann
313e5b7761
o Set svn:eol-style=native
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@950626 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 16:35:38 +00:00
Benjamin Bentmann
c389e65f2b
o Separated maven-metadata.xml model into separate module for easy reuse in standalone repository library
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@950566 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 13:56:15 +00:00
Herve Boutemy
cf68e8e091
o removed unused import
...
o fixed typos
o code simplification
(no code change)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@950240 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 20:39:34 +00:00
Herve Boutemy
c63fc3a154
moved image .odg source file to avoid its copy when deploying site
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949840 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 19:34:00 +00:00
Benjamin Bentmann
1a59d57746
o Removed dead code
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949832 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 18:48:45 +00:00
Benjamin Bentmann
9be1144e4e
[MNG-4696] [regression] MavenProject.getDependencyArtifacts() misses elements
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949801 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 16:34:51 +00:00
Benjamin Bentmann
bb39b48044
[MNG-4695] Missing Error during pom validation: "You cannot have two plugin executions with the same (or missing) <id/> elements."
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949720 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 11:27:00 +00:00
Benjamin Bentmann
d499ca59c1
o Fixed bootstrap
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949718 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 11:20:35 +00:00
Benjamin Bentmann
6e7b4226e7
[MNG-1803] Provide line number information when there are errors processing a pom.xml
...
o Merged feature branch
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949708 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 10:24:20 +00:00
Herve Boutemy
1ba4a15a54
[MNG-4693] added a dependency image map to help understand and navigate
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949572 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 20:51:45 +00:00
Herve Boutemy
38d44c6e57
formatting fixes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949544 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 17:52:23 +00:00
Benjamin Bentmann
8de97b662d
[MNG-4643] [regression] Transitive dependency not available due to dependency POM erroneously rejected as invalid
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949443 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 21:56:29 +00:00