More flexibility checking for dependency changes
------------------------------------------------

                 Key: GERONIMO-5149
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5149
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: car-maven-plugin
    Affects Versions: 3.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 3.0


Two more options to go with the existing 

warnOnDependencyChange (instead of fail)

logDependencyChanges (writes the added and removed to the log if non-empty, as 
well as saving to files)
-- this should make seeing why remote builds fail easier when you can't get to 
the added/removed files

overwriteDependencies (overwrites the dependencies.xml source file if 
dependencies have changed.)
-- this makes it easy to use svn diff to look at changes and to commit the 
changes right away if desired.

Also I'm configuring these in the root pom as properties so you can set them on 
the command line with -D

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to