Directory continuum-core/src/main/java/org/apache/maven/continuum/project/builder/manager/

Directory Created:
2005-05-10 13:17
Total Files:
3
Deleted Files:
0
Lines of Code:
132

Browse with ViewVC

[root]/continuum-core/src/main/java/org/apache/maven/continuum/project/builder/manager

Lines of Code

continuum-core/src/main/java/org/apache/maven/continuum/project/builder/manager/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 229 (100.0%) 11.4
trygvis 12 (60.0%) 124 (54.1%) 10.3
evenisse 6 (30.0%) 96 (41.9%) 16.0
jmcconnell 1 (5.0%) 7 (3.1%) 7.0
jvanzyl 1 (5.0%) 2 (0.9%) 2.0

Most Recent Commits

evenisse 2007-01-04 16:50

Fix license header from my previous commit

0 lines of code changed in:

evenisse 2007-01-04 14:35

Update license

96 lines of code changed in:

jmcconnell 2006-11-14 22:21

continuum-758 converted continuum-core over to use the plexus-maven-plugin where it can in generation of the components.xml and then a merge with the components can can't be totally configured that way. This tore a lot of the meat out of the existing components.xml and should make working with the settings we need to manage with it a lot easier. I commented where the components that are in continuum-core that couldn't be configured with the plugin in the components.xml file that we are merging in.

7 lines of code changed in:

jvanzyl 2005-07-23 19:40

o first round of testing for new model and build scheduling

2 lines of code changed in:

trygvis 2005-07-09 14:14

o Using the correct Plexus @tags.

1 lines of code changed in:

trygvis 2005-07-08 11:06

o Setting svn:eol-style=native and svn:keywords="Author Date Id Revision".

1 lines of code changed in:

trygvis 2005-06-02 20:04

o Adding some actions.

4 lines of code changed in:

trygvis 2005-05-18 21:34

o Setting svn:keywords=Id on all Java, XML and Velocity files.

0 lines of code changed in:

trygvis 2005-05-10 13:17

Fixing CONTINUUM-124: "Split out the ContinuumProject creation from the

ContinuumBuilder"

This commit might be a big too big ..

o Adding a ContinuumProjectBuilder interface which will take a URL and create a

set of ContinuumProjects. Adding two implementations for Maven 1 and 2. The

code was copied verbatim from the ContinuumBuilders. The Maven 2 project

builder should also read the <module>s from the POM and add those as projects

too.

o Split out the metadata reading/parsing parts of *ContinuumBuilder so it can

be shared between the ContinuumBuilder and the ContinuumProjectBuilder.

o The addMaven{One,Two}Project() methods will now return a List of IDs instead

of a single ID.

118 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT