John Dennis Casey
350076bdb9
Changing the location of the Artifact-cloning method from org.apache.maven.artifact.factory.ArtifactFactory.cloneArtifact(..) to org.apache.maven.artifact.ArtifactUtils.copyArtifact(..), which is now a static method. This separates the copy method from a specific artifact implementation, while at the same time avoiding embedding of this method in a component instance.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330342 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 20:10:40 +00:00
Brett Leslie Porter
b9bef589d8
PR: MNG-998
...
link modules in the reactor
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330221 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 09:10:28 +00:00
Brett Leslie Porter
28c51a2915
PR: MNG-904
...
Submitted by: Allan Ramirez
exclude individual directories, but not generated sources
(applied with modifications)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330212 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 08:36:44 +00:00
Brett Leslie Porter
d7addab2d0
PR: MNG-1314
...
Submitted by: Johnny R. Ruiz III
IDEA 5.0 compatible JDK setting
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330210 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 08:21:02 +00:00
Brett Leslie Porter
d848ba2acd
PR: MNG-1232
...
Submitted by: Jerome Lacoste
avoid NPE in error reporting under some circumstances
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330207 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 08:03:25 +00:00
Brett Leslie Porter
20ecf7400f
PR: MNG-1328
...
Submitted by: Jerome Lacoste
relative filesets incorrectly resolved when when used within reactor
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330202 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 07:21:34 +00:00
Brett Leslie Porter
259a63ba90
PR: MNG-1286
...
Submitted by: Lester Ecarma
Check exclusions against relocated artifacts
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330201 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 07:07:13 +00:00
Brett Leslie Porter
cbc583333c
PR: MNG-1372
...
Submitted by: Allan Ramirez
update command to mvn
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330200 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 06:49:09 +00:00
Brett Leslie Porter
77a0c2d3b7
move to a new package
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330173 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 02:51:20 +00:00
Brett Leslie Porter
78741c0d81
move classes under a better package
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330144 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 22:47:03 +00:00
Brett Leslie Porter
44c3e592ea
add a similar deployment hook for uploading to a m1 repo simultaneously
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330143 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 22:46:08 +00:00
Brett Leslie Porter
c4dcc9c319
fix line endings
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330132 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 21:52:19 +00:00
Carlos Sanchez Gonzalez
3a768042c7
Added guide-naming-conventions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330123 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 21:02:38 +00:00
Jason van Zyl
a121153b73
o i'm just going to get the assembly plugin to do what i want, maintaining
...
this is a pita.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330107 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 18:45:26 +00:00
Jason van Zyl
326a583281
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330106 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 18:44:48 +00:00
Vincent Massol
d56ce5c344
MNG-1200: Add site documentation for the Clover plugin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330098 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 17:34:15 +00:00
Fabrizio Giustina
f0d674133e
When the downloadSources flag was off, also source files available in the local repository were not used.
...
Fixed so that sources archives available in the local repository are used but no additional jars are downloaded.
Added an explanation message on how to turn source downloading on (this should be on by default, but let's wait till there will be more sources archives in the m2 repo)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330090 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 16:33:39 +00:00
John Dennis Casey
777d747d1a
PR: MNG-1335
...
Added ArtifactFactory.cloneArtifact(..) +implementation, and made MavenProject(MavenProject) use that to create a copy of the project's artifact.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330080 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 15:55:45 +00:00
Fabrizio Giustina
1329000ae6
remove useless log
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330043 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 12:33:57 +00:00
Fabrizio Giustina
64716936f0
include optional direct dependencies in classpath and resolve artifacts.
...
These are not included in project.getTestArtifacts() while they should be required if dependency is direct (seems to be a problem only with reactor projects).
Modified master test in order to manually check file content instead of comparing files (easier to explain and comment, ignore order).
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330040 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 12:18:48 +00:00
Brett Leslie Porter
deed9e4cbe
PR: MNG-1287
...
Submitted by: Edwin Punzalan
Bring back dependency path tree in "Failed to resolve artifact." error
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330029 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 11:26:36 +00:00
Brett Leslie Porter
12646a1c4e
correct packaging
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330025 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 11:10:26 +00:00
Brett Leslie Porter
d22a487373
need to use all test classpath artifacts, not just runtime
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330010 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 09:39:39 +00:00
Brett Leslie Porter
c456f94dfd
add missing test file
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330009 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 09:39:19 +00:00
Brett Leslie Porter
40cbcfff05
allow overwriting instead of merging
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330007 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 08:25:17 +00:00
Brett Leslie Porter
87dc3a9e16
PR: MNG-764
...
Submitted by: Edwin Punzalan
validation error if aggregator containing modules is not of the right packaging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330003 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 07:37:57 +00:00
Brett Leslie Porter
76a0f452c2
add distro mgmt
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330002 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 07:35:04 +00:00
Brett Leslie Porter
91c2535554
ignore projects
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330001 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 07:34:23 +00:00
Brett Leslie Porter
98b8ae3f06
PR: MNG-1342
...
Submitted by: Jerome Lacoste
improve surefire plugin docs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329998 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 07:12:43 +00:00
Brett Leslie Porter
51650e5f15
PR: MNG-1271
...
Submitted by: Edwin Punzalan
improve error message when pom.xml not found and required
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329996 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 07:07:44 +00:00
Brett Leslie Porter
9458264fb9
removing docs I converted, as I found them in the guides.
...
add standard commit template to developer guide and fix some links
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329988 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 05:51:20 +00:00
Brett Leslie Porter
f548edfcb2
convert some docs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329977 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 05:23:16 +00:00
Brett Leslie Porter
1287dc32c7
add mojo for copying the artifact to the Maven 1.x repo, and add docs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329973 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 04:57:24 +00:00
Brett Leslie Porter
373492ddac
add names
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329969 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 04:19:00 +00:00
Brett Leslie Porter
bcf4b938a4
add a plugin that creates maven 1.x plugins
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329968 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 04:18:32 +00:00
Carlos Sanchez Gonzalez
48eb8fa8bc
Improvements
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329961 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 03:13:11 +00:00
Carlos Sanchez Gonzalez
de2e45a5b7
Added maven evangelism guide
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329957 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 03:02:53 +00:00
John Dennis Casey
06e29ef4d7
PR: MNG-1285
...
Submitted By: John Tolentino
Reviewed By: John Casey
Applied documentation section of the patch, and renamed the package name for the mojos. Thanks to John T. for the patch!
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329950 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 01:47:19 +00:00
Carlos Sanchez Gonzalez
bb070c258b
Use full path to svn
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329949 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 01:41:45 +00:00
John Dennis Casey
896baf2832
PR: MNG-897
...
Fixing abstract scripted mojo descriptor extractor to properly construct script resource directories. Also, cleaned up the usage integration test. Ant support works now, but we need to decide what version this should be released under. It will involve re-releasing the plugin-plugin, to take advantage of the new maven-plugin-tools-api, I think.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329948 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 01:25:19 +00:00
John Dennis Casey
3889f9ac96
PR: MNG-1101
...
Fixed dependency-exclusion propagation to the release-pom.xml, and changed the pom-file handling for release:perform to allow non-standard POM filenames, and to prompt in the case where the POM being used is the release-pom.xml.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329946 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 01:11:05 +00:00
Carlos Sanchez Gonzalez
f3a9a7f258
Added required modelVersion and a basic sample
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329929 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 23:17:03 +00:00
Vincent Siveton
26a613542c
PR: MNG-1382("duplicate files" exception)
...
Update defaultExcludes depending locales and defaultLocale
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329928 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 23:10:58 +00:00
Jason van Zyl
8109fe275d
o checking eclipse ide guide sent to me by Bernd Mau <Mau@hhla.de>
...
Kenney, Vincent, do you think you could take a look at this. I'm not
an Eclipse user.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329875 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 18:21:35 +00:00
Fabrizio Giustina
4c52484813
final fix for expected results
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329869 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:44:27 +00:00
Fabrizio Giustina
17c9510288
fixing expected results
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329868 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:28:56 +00:00
Fabrizio Giustina
ac3b55f3de
fix wrong test poms
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329865 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:24:10 +00:00
Fabrizio Giustina
aaf2b81012
don't add dependencies with scope=provided to wtpmodules
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329864 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:12:13 +00:00
Fabrizio Giustina
ea3a153a95
fix for MNG-1324 "System" dependencies path non correctly added to eclipse buildpath
...
path is fixed by overwriting artifact file with the path returned by dependency.getSystemPath()
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329851 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 16:37:19 +00:00
Emmanuel Venisse
47727cdc50
use mvn instead of m2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329850 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 16:37:09 +00:00