Directory continuum-core/src/main/resources/META-INF/plexus/

Total Files:
1
Deleted Files:
0
Lines of Code:
268

Browse with ViewVC

[root]/continuum-core/src/main/resources/META-INF/plexus

Lines of Code

continuum-core/src/main/resources/META-INF/plexus/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 77 (100.0%) 1120 (100.0%) 14.5
trygvis 27 (35.1%) 363 (32.4%) 13.4
jvanzyl 13 (16.9%) 261 (23.3%) 20.0
brett 8 (10.4%) 251 (22.4%) 31.3
evenisse 21 (27.3%) 143 (12.8%) 6.8
jmcconnell 5 (6.5%) 95 (8.5%) 19.0
kenney 1 (1.3%) 3 (0.3%) 3.0
carlos 1 (1.3%) 3 (0.3%) 3.0
handyande 1 (1.3%) 1 (0.1%) 1.0

Most Recent Commits

handyande 2007-03-14 20:40

That should be continuum working on the latest container too, though there may still be a few role-hint tweaks needed

1 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+1)
evenisse 2007-01-04 16:50

Fix license header from my previous commit

0 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (-19)
evenisse 2007-01-04 14:35

Update license

38 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+38)
evenisse 2006-12-05 11:04

revert r.482160

1 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+1 -1)
evenisse 2006-12-04 13:55

1 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+1 -1)
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.

5 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+5 -610)
jmcconnell 2006-11-03 17:45

continuum-992 John Didion submitted a patch to continuum-core that adds the ability for the projects during the mapping process to make sure of the settings.xml file server declaration for retrieving the scm username and password, which I think is a pretty good way to go about this. this was handy since I was about to dig in and look at doing this same thing but putting the username and password that are passed in that scm down into this method and using, which might still happen but this addresses the immediate issue of scm user/password being available there. I'll look at maybe applying this up at that top screen as well as an allowable method of attaching scm info to the pom that might be added to the Add m2 project link.

3 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+3)
jmcconnell 2006-10-31 02:10

continuum-553 build definitions now have the build fresh option, when this is toggled then when the build triggers it removed the contents of the working directory and checks out from source control every build, this is off by default

13 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+13)
jmcconnell 2006-10-12 21:01

merging the integration-rbac branch to trunk as per the vote last week.

14 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+14)
evenisse 2006-09-17 11:38

o Fix mail generation. The velocity component descriptor must be in application.xml instead of components.xml of continuum-core because in this case, it's the one declared in plexus-velocity that is used.

o Bump plexus-velocity version that reduce logging

0 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (-25)
carlos 2006-09-15 02:35

[CONTINUUM-727] Merged rev# 437500-439056 from https://svn.apache.org/repos/asf/maven/continuum/branches/release-integration

3 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+3)
kenney 2006-09-13 12:43

Added 'maxJobExecutionTime' field to Schedule;



Updated edit/show schedule pages (and label properties) for this new field;



DefaultContinuum now sets the max job execution time on the Task,

retrieved from schedule for the given buildId;

(Also removed never-executing code from DefaultContinuum and fixed an NPE).



Added a CancelBuildAction and made it available from the StateCell, displayed

in build history/build overviews.



TODO: When a build is cancelled, it the build number is incorrect

(either 0 or the highest one, depending on when it's cancelled).

3 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+3 -1)
jmcconnell 2006-08-18 02:42

my first pass through with project grouping which required a fair amount of changes to -api -core -store to support the concepts already in place in the -model. the -webapp parts are basically working, the triggered builds are still building everything across the board but support for fixing that is in place to be wired in. Whole slew of changes but brett and jason were both cool with my getting this big commit out of the way so I could continue on the same path without this looming.

60 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+60)
evenisse 2006-05-16 11:26

Merge with branch rev. 406599

45 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+45 -48)
evenisse 2005-11-14 19:32

Don't add link 'Build Now' if project is in checkout queue.

5 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+5)
evenisse 2005-11-07 18:36

Define the last update date in update command for getting only changes since this date in scmresult

3 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+3)
evenisse 2005-10-24 10:51

1 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+1 -1)
evenisse 2005-10-10 15:03

[CONTINUUM-176] [CONTINUUM-342] Allow to add pom projects

2 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+2)
evenisse 2005-10-06 11:59

[CONTINUUM-325] Refactor configurationService tor store conf in database instead of configuration.xml

0 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (-1)
evenisse 2005-10-03 21:37

[CONTINUUM-275] implement user/permissions in store

Rename User in continuum model to ContinuumUser due to an sql error with derby when continuum insert new user (ERROR 42X01: Syntax error:...)

13 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+13)

(56 more)

Generated by StatSVN 0.3.2-SNAPSHOT