svn commit: r780524 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/model/plugin/ maven-core/src/main/java/org/apache/maven/project/ maven-model-builder/src/main/java/org/apach

2009-05-31 Thread bentmann
Author: bentmann Date: Sun May 31 22:45:30 2009 New Revision: 780524 URL: http://svn.apache.org/viewvc?rev=780524&view=rev Log: o Moved interface for lifecycle injection into model-builder component Added: maven/components/trunk/maven-model-builder/src/main/java/org/apache/maven/model/plugin

svn commit: r780523 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven/model: lifecycle/ plugin/ plugin/DefaultLifecycleBindingsInjector.java plugin/LifecycleBindingsInjector.java

2009-05-31 Thread bentmann
Author: bentmann Date: Sun May 31 22:42:47 2009 New Revision: 780523 URL: http://svn.apache.org/viewvc?rev=780523&view=rev Log: o Renamed package Added: maven/components/trunk/maven-core/src/main/java/org/apache/maven/model/plugin/ - copied from r780507, maven/components/trunk/maven-c

svn commit: r780507 - in /maven/components/trunk/maven-core/src/test/projects: lifecycle-executor/project-with-additional-lifecycle-elements/pom.xml plugin-manager/project-with-inheritance/pom.xml

2009-05-31 Thread olamy
Author: olamy Date: Sun May 31 21:17:33 2009 New Revision: 780507 URL: http://svn.apache.org/viewvc?rev=780507&view=rev Log: stabilized junit Modified: maven/components/trunk/maven-core/src/test/projects/lifecycle-executor/project-with-additional-lifecycle-elements/pom.xml maven/compone

svn commit: r780453 - in /maven/plugins/trunk/maven-pdf-plugin: pom.xml src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java

2009-05-31 Thread vsiveton
Author: vsiveton Date: Sun May 31 15:04:12 2009 New Revision: 780453 URL: http://svn.apache.org/viewvc?rev=780453&view=rev Log: o using default-value instead of expression to improve the goal documentation Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml maven/plugins/trunk/maven-p

svn commit: r780452 - /maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml

2009-05-31 Thread vsiveton
Author: vsiveton Date: Sun May 31 15:03:13 2009 New Revision: 780452 URL: http://svn.apache.org/viewvc?rev=780452&view=rev Log: o added new example in the pdf descriptor Modified: maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml Modified: maven/plugins/trunk/maven-pdf-plugin/src/site/pd

svn commit: r780428 - in /maven/plugins/trunk/maven-pdf-plugin/src/site: apt/examples/site-phase-integration.apt apt/index.apt site.xml

2009-05-31 Thread vsiveton
Author: vsiveton Date: Sun May 31 14:13:32 2009 New Revision: 780428 URL: http://svn.apache.org/viewvc?rev=780428&view=rev Log: o update doc Added: maven/plugins/trunk/maven-pdf-plugin/src/site/apt/examples/site-phase-integration.apt (with props) Modified: maven/plugins/trunk/maven-pd

svn commit: r780427 - in /maven/plugins/trunk/maven-pdf-plugin/src: main/java/org/apache/maven/plugins/pdf/PdfMojo.java test/resources/unit/pdf/iText_pom.xml test/resources/unit/pdf/pom.xml test/resou

2009-05-31 Thread vsiveton
Author: vsiveton Date: Sun May 31 14:06:21 2009 New Revision: 780427 URL: http://svn.apache.org/viewvc?rev=780427&view=rev Log: MPDF-14: Outputdirectory contains always working files o add new param to distinct working and output dirs o update tests Modified: maven/plugins/trunk/maven-pdf-p

svn commit: r780416 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

2009-05-31 Thread vsiveton
Author: vsiveton Date: Sun May 31 11:56:28 2009 New Revision: 780416 URL: http://svn.apache.org/viewvc?rev=780416&view=rev Log: o added l10n reporting plugin Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml URL: http://svn.apache.

svn commit: r780402 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 10:26:12 2009 New Revision: 780402 URL: http://svn.apache.org/viewvc?rev=780402&view=rev Log: [MCHECKSTYLE-110] option to redirect checktyle violations to console for quick review o build a log String during XML report analysis and log to console Modified:

svn commit: r780399 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 10:04:33 2009 New Revision: 780399 URL: http://svn.apache.org/viewvc?rev=780399&view=rev Log: [MCHECKSTYLE-101] velocity get intialized even with skip=true o Use Serviceable ServiceLocator to lookup the VelocityComponent just in time Modified: maven/plugins/

svn propchange: r780388 - svn:log

2009-05-31 Thread nicolas
Author: nicolas Revision: 780388 Modified property: svn:log Modified: svn:log at Sun May 31 08:59:52 2009 -- --- svn:log (original) +++ svn:log Sun May 31 08:59:52 2009 @@ -1 +1 @@ -revert MECLISPE-105 +revert MCHEKSTYLE-1

svn commit: r780388 - in /maven/plugins: branches/maven-checkstyle-plugin-java1.4/ trunk/maven-checkstyle-plugin/

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 08:58:46 2009 New Revision: 780388 URL: http://svn.apache.org/viewvc?rev=780388&view=rev Log: revert MECLISPE-105 Added: maven/plugins/trunk/maven-checkstyle-plugin/ - copied from r780387, maven/plugins/branches/maven-checkstyle-plugin-java1.4/ Removed:

svn commit: r780387 - /maven/plugins/trunk/maven-checkstyle-plugin/

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 08:58:22 2009 New Revision: 780387 URL: http://svn.apache.org/viewvc?rev=780387&view=rev Log: revert MECLIPSE-105 Removed: maven/plugins/trunk/maven-checkstyle-plugin/

svn commit: r780376 - in /maven/components/trunk/maven-core/src/test: java/org/apache/maven/plugin/PluginManagerTest.java projects/lifecycle-executor/project-with-inheritance/pom.xml

2009-05-31 Thread olamy
Author: olamy Date: Sun May 31 07:51:50 2009 New Revision: 780376 URL: http://svn.apache.org/viewvc?rev=780376&view=rev Log: stabilized junit Modified: maven/components/trunk/maven-core/src/test/java/org/apache/maven/plugin/PluginManagerTest.java maven/components/trunk/maven-core/src/te