Commit Graph

26 Commits

Author SHA1 Message Date
Emmanuel Venisse c4acee6767 Add missing files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201963 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 09:05:03 +00:00
Emmanuel Venisse 95b40a2b87 Add i18n translations
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193152 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 14:50:25 +00:00
Emmanuel Venisse ec9251f2ac Add i18n translations
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193151 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 14:49:54 +00:00
John Dennis Casey fcbc5e7d6f Resolving: MNG-495
o Pressing [ENTER] at a plugin update prompt should result in the plugin being registered, as indicated by the prompt.
o Use CLI switch '--no-plugin-updates' to suppress usage of the plugin registry
o Use CLI switch '--update-plugins' to force updated/resolved plugin versions to be registered
o Neither of these has a short CLI option, since we're starting to run out of sensible char options for these types of things.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193082 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 06:03:10 +00:00
Emmanuel Venisse 35eb0793a3 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193024 13f79535-47bb-0310-9956-ffa450edef68 2005-06-22 23:01:35 +00:00
Emmanuel Venisse e95085dbbe Add i18n translations for dependencies report
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193018 13f79535-47bb-0310-9956-ffa450edef68
2005-06-22 22:49:17 +00:00
Emmanuel Venisse 96437550d4 Add i18n translations for mailing lists report
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193004 13f79535-47bb-0310-9956-ffa450edef68
2005-06-22 22:08:24 +00:00
Brett Leslie Porter 7299bd7058 PR: MNG-469
remove MavenConfiguration class



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191301 13f79535-47bb-0310-9956-ffa450edef68
2005-06-18 16:52:44 +00:00
Brett Leslie Porter 1a63032af4 PR: MNG-469
configure reports according to spec:
- <reporting> section affects reports run through site and standalone
- <build> section affects reports run standalone and overrides anything already in <reporting>
- command line parameters rule all



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191298 13f79535-47bb-0310-9956-ffa450edef68
2005-06-18 16:21:49 +00:00
Emmanuel Venisse 1218c92bd4 o Internationalize site plugin generation.
o Add french translation

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@180168 13f79535-47bb-0310-9956-ffa450edef68
2005-06-05 23:10:11 +00:00
Emmanuel Venisse f0cb76ca8e [MNG-411]. Added post column in the mailing list reports.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179812 13f79535-47bb-0310-9956-ffa450edef68
2005-06-03 15:04:56 +00:00
Brett Leslie Porter ec805f988f PR: MNG-411
Submitted By: Vincent Siveton
Reviewed By:  Brett Porter
clean up the mailing list report


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179174 13f79535-47bb-0310-9956-ffa450edef68
2005-05-31 00:01:18 +00:00
Emmanuel Venisse 26141c2358 o Extends AbstractReport to AbstractMojo => we need now to create only one class for a report and a mojo
o Start implementation of internationalization

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@178980 13f79535-47bb-0310-9956-ffa450edef68
2005-05-29 19:52:01 +00:00
Emmanuel Venisse 129c285786 Use a correct javadoc path
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177961 13f79535-47bb-0310-9956-ffa450edef68
2005-05-23 12:16:48 +00:00
Emmanuel Venisse adc671ce79 Add missing file
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177941 13f79535-47bb-0310-9956-ffa450edef68
2005-05-23 08:17:02 +00:00
Brett Leslie Porter 84bde74bf4 some cleanup to execute file - still doesnt work when spaces in path
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177940 13f79535-47bb-0310-9956-ffa450edef68
2005-05-23 08:16:29 +00:00
Brett Leslie Porter fa3ecc6bd6 implement some inspection settings
The EAP now uses these settings to show highlighting and intentions in the editor, which is really helpful.
Once happy with settings, I will publish them for others to use

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177913 13f79535-47bb-0310-9956-ffa450edef68
2005-05-23 03:57:28 +00:00
Emmanuel Venisse 87fc42fd0a Flush and close always sink.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@171135 13f79535-47bb-0310-9956-ffa450edef68
2005-05-20 16:31:21 +00:00
Emmanuel Venisse 46f0b649a7 Clean imports
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170985 13f79535-47bb-0310-9956-ffa450edef68
2005-05-19 20:07:46 +00:00
Emmanuel Venisse 304543331b Add a little javadoc report
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170966 13f79535-47bb-0310-9956-ffa450edef68
2005-05-19 16:53:27 +00:00
Emmanuel Venisse a1ab59106e o Add a report parent pom
o Reduce dependencies declaration

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170965 13f79535-47bb-0310-9956-ffa450edef68
2005-05-19 16:52:47 +00:00
Emmanuel Venisse 6ffcf006fb o clean import
o Use MavenProject instead of Model for obtain more informations

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170954 13f79535-47bb-0310-9956-ffa450edef68
2005-05-19 16:27:00 +00:00
Brett Leslie Porter 93506fe3e7 fix pmd report if the default source directory doesn't exist
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170693 13f79535-47bb-0310-9956-ffa450edef68
2005-05-18 01:08:55 +00:00
Brett Leslie Porter 3add0d7e3c check style report should save cache file to the correct output directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170287 13f79535-47bb-0310-9956-ffa450edef68
2005-05-16 00:20:00 +00:00
Brett Leslie Porter 724b057ad2 update dependencies to released versions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170018 13f79535-47bb-0310-9956-ffa450edef68
2005-05-13 13:24:05 +00:00
Brett Leslie Porter bc95d8eb35 move reports to top level
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169841 13f79535-47bb-0310-9956-ffa450edef68
2005-05-12 16:22:39 +00:00