jvanzyl 2003/12/26 21:04:21
Modified:maven-model/src/java/org/apache/maven/model Dependency.java
Log:
o add getProperty(key), required in by PluginManager for classloader checking
and by various plugins to control their behaviour.
Revision ChangesPath
1.7 +6 -2
jvanzyl 2003/12/26 20:55:50
Modified:maven-project notes.txt project.xml
maven-project/src/test/org/apache/maven/project
DefaultProjectBuilderTest.java
DefaultProjectBuilderTest.xml
maven-project/src/test/org/a
jvanzyl 2003/12/26 20:55:18
Modified:maven-model-tools project.xml
maven-model-tools/src/test/org/apache/maven/model
DefaultModelMarshallingTest.xml
Log:
o avalon is no longer a dependency, using native plexus api.
Revision ChangesPath
[EMAIL PROTECTED] wrote:
/** @see Artifact#isSnapshot */
public boolean isSnapshot()
{
return getDependency().getArtifact().indexOf( "SNAPSHOT" ) > 0;
}
Is this really indexof or endsWith ?
Stephen.
--
Stephen J. McConnell
mailto:[EMAIL PROTECTED]
|
jvanzyl 2003/12/26 20:37:55
Modified:maven-project/src/java/org/apache/maven/project
DefaultProjectBuilder.java
Log:
o use File not URL
Revision ChangesPath
1.21 +7 -20
maven-components/maven-project/src/java/org/apache/maven/project/Defa
jvanzyl 2003/12/26 20:36:32
Modified:maven-project/src/java/org/apache/maven/project Project.java
Log:
o we'll stick to the File, moving to URL prematurely. All I really care about
at this point is integrating the components ...
Revision ChangesPath
1.16 +102 -14
jvanzyl 2003/12/26 20:30:07
Modified:maven-model/src/java/org/apache/maven/model Resource.java
Log:
o we need filtering support which is something we agreed on and will be staying
so add it into the model and not the decorations for compatability.
Revision ChangesPath
jvanzyl 2003/12/26 20:25:26
Added: maven-project/src/java/org/apache/maven/artifact
AbstractArtifact.java Artifact.java
Artifactory.java DefaultArtifactFactory.java
DefaultArtifactory.java GenericArtifact.java
Lo
jvanzyl 2003/12/26 20:22:51
maven-components/maven-project/src/java/org/apache/maven/artifact - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
jvanzyl 2003/12/26 20:21:26
Modified:maven-project/src/java/org/apache/maven/project
ProjectBuilder.java
Log:
o Add build(File,boolean) to indicate the use of building a POM allowing
the use or non use of the parent. Required in the PomTag where parent
vmassol 2003/12/26 06:11:44
Modified:aspectwerkz plugin.jelly plugin.properties
aspectwerkz/src/plugin-test project.properties
Log:
Added verbose property
Revision ChangesPath
1.7 +2 -0 maven-plugins/aspectwerkz/plugin.jelly
Index: plugin.je
vmassol 2003/12/26 06:02:00
Modified:aspectwerkz plugin.jelly
Log:
Forgot to remove some comments
Revision ChangesPath
1.6 +0 -13 maven-plugins/aspectwerkz/plugin.jelly
Index: plugin.jelly
==
vmassol 2003/12/26 05:52:37
Modified:aspectwerkz plugin.jelly project.xml plugin.properties
aspectwerkz/src/plugin-test maven.xml project.xml
aspectwerkz/xdocs goals.xml
Log:
- Removed dep on piccolo and jexl as they don't seem to be used
- Added new a
vmassol 2003/12/26 04:55:20
Modified:aspectwerkz plugin.jelly plugin.properties
aspectwerkz/xdocs properties.xml
aspectwerkz/src/plugin-test project.properties
Log:
Added support for definition validation
Revision ChangesPath
1.4 +3 -0
14 matches
Mail list logo