Commit Graph

  • 9650deeadb [maven-scm-plugin] prepare release 1.5 brett 2004-12-04 07:50:16 +00:00
  • c506f1f5f6 add a warning brett 2004-12-04 07:48:48 +00:00
  • a98d7492f9 Ignore POM if the scm root is specified in command line carlos 2004-11-28 10:54:12 +00:00
  • f5eb945149 New customization guide (MPAPPGEN-20) felipeal 2004-11-27 21:23:52 +00:00
  • a4d7231cfe [maven-scm-plugin] prepare release 1.6 vmassol 2004-11-26 19:18:23 +00:00
  • 1540f7e088 MPCLEAN-5. Fix doco. evenisse 2004-11-26 09:27:29 +00:00
  • a4f106f158 Removed the need to set up a <code>JAVAWS_HOME</code> property. This is now automatically inferred from <code>${java.home}</code> and defaults to <code>${java.home}/javaws</code>. You can override this value by setting the <code>maven.abbot.webstart.home</code> property. vmassol 2004-11-26 08:49:02 +00:00
  • 01d43701f5 Binary --> Ascii vmassol 2004-11-26 08:33:51 +00:00
  • 09b7faa2d7 MPDASHBOARD-18. Added Maven Change Log aggregators and Maven Tasks List aggregators. Thanks to Philippe Kernevez. vmassol 2004-11-26 08:33:04 +00:00
  • 8a30834d7b add live bookmark link for rss brett 2004-11-25 12:44:10 +00:00
  • 6f3e0c6965 fixed date on ASL felipeal 2004-11-25 00:31:56 +00:00
  • 4ed21b4632 New template for Velocity-based applications (issue MPGENAPP-19) - Thanks Miguel Griffa for the patch felipeal 2004-11-25 00:26:28 +00:00
  • 40b4ade85a MPANT-7. Not obeying jar overrides. While this patch doesn't get every case, it does get the common one of using an included lib. I am using this succesfuly with commons-email's ant build. epugh 2004-11-23 17:14:26 +00:00
  • ccc462de40 Readded maven-model carlos 2004-11-20 21:23:03 +00:00
  • 369f239308 [maven-scm-plugin] prepare release 1.3.4 carlos 2004-11-20 19:59:19 +00:00
  • 0c4e5430b7 Fixed MPLINKCHECK-17 carlos 2004-11-20 19:44:44 +00:00
  • 694787b41a Removed maven-model to make a release carlos 2004-11-20 19:43:05 +00:00
  • 206c8ac078 Added myself carlos 2004-11-20 19:42:22 +00:00
  • 7bb322ce54 fixed MPCHANGELOG-48: plugin now handles CVS 1.12 date format felipeal 2004-11-20 01:55:46 +00:00
  • 80207e8a6e added myself as developer felipeal 2004-11-20 01:55:09 +00:00
  • ba5059fdbe added my timezone felipeal 2004-11-20 01:54:04 +00:00
  • 8e56c40ffb Fixed doco typo vmassol 2004-11-19 13:25:50 +00:00
  • a0ae0e7c80 Aadd support for jbuilder 2005. evenisse 2004-11-17 15:32:04 +00:00
  • bdc4c1d0db Don't use a .sh extension on maven on *nix, it is plain old maven. Use .bat on windows. epugh 2004-11-17 14:17:29 +00:00
  • 25f5866efd Add ignores for plugin test epugh 2004-11-17 14:11:42 +00:00
  • 7bb589174b MPCRUISECONTROL-15 Lost script extension when use "maven cruisecontrol:configure" command epugh 2004-11-16 18:26:32 +00:00
  • 82e66e709b Bump version to 1.10-SNAPSHOT epugh 2004-11-16 10:52:02 +00:00
  • 86b723c835 MPECLIPSE-56 Only create .classpath and javabuilder if sources are present epugh 2004-11-16 10:48:16 +00:00
  • f91db5539d Refactor jumbled tests by moving to a multiproject layout for testing. epugh 2004-11-16 10:27:56 +00:00
  • dca4a3705c included MPEAR-27 in the description felipeal 2004-11-16 06:07:24 +00:00
  • 0b170a8106 fix for MPEAR-27: using lib.name instead of lib.file.name as the name of the dependency (so it uses the right name when maven.jar.overrides is set to true felipeal 2004-11-16 06:01:44 +00:00
  • 8fefd27e7a fixed description felipeal 2004-11-16 05:31:53 +00:00
  • 197e635377 MPEAR-24: makes sure maven.ear.src and maven.ear.resources are not set with the same value felipeal 2004-11-16 05:24:39 +00:00
  • 9528d4b667 fixed description felipeal 2004-11-16 05:07:52 +00:00
  • 7b4ec0e95e MPEAR-7: application.xml is now generated at maven.build.dir felipeal 2004-11-16 05:04:56 +00:00
  • f3cd6013d4 fix for previous commit felipeal 2004-11-16 03:51:39 +00:00
  • e47b170033 MPEAR-26: added new dependency property ear.bundle.name felipeal 2004-11-16 03:22:59 +00:00
  • 1a1386b907 changed property ear.target.path (introduced by MPEAR-23) to ear.bundle.dir, which is more coherent to property ear.bundle.name (which will be added by MPEAR-26) felipeal 2004-11-16 02:45:56 +00:00
  • a3734a2efe update version of maven-j2ee felipeal 2004-11-15 23:07:54 +00:00
  • 05f5dc3f11 set compile source/target brett 2004-11-12 22:03:23 +00:00
  • 9d43f9e62c MPEAR-20: add test that checks if a dependency without the new property is set correctly felipeal 2004-11-12 02:10:32 +00:00
  • 24d79b2485 MPCHANGES-14: Added sorting of <code>&lt;action&gt;</code> elements. It is controlled by 2 properties. The <code>maven.changes.sort</code> property decides whether sorting is enabled or not and the <code>maven.changes.sort.order</code> one decides the sort order. Defaults to <code>add,fix,update,remove</code>. vmassol 2004-11-11 13:46:58 +00:00
  • 2bfbff3677 fix for MPEAR-20: changed the default value of the maven.ear.displayname felipeal 2004-11-11 11:55:45 +00:00
  • 39cd8a1398 Prepare for 1.6 development vmassol 2004-11-11 11:53:54 +00:00
  • b386ecf85d MPEAR-23: added new property (ear.target.path) that sets where a dependency is located inside the ear felipeal 2004-11-11 03:28:41 +00:00
  • dad03412f8 merge MAVEN_PLUGIN_1_5_2 brett 2004-11-10 10:28:08 +00:00
  • 002bbfd62c merge MAVEN_DIST_1_6_1 brett 2004-11-10 10:20:16 +00:00
  • c29120d6cc merge MAVEN_JAR_1_6_1 brett 2004-11-10 10:14:47 +00:00
  • b1d8d19c30 [maven-scm-plugin] prepare release 1.0.9 brett 2004-11-10 09:52:34 +00:00
  • ff05de7e66 remove superfluous addPath tag that was actually invalid (refid was a path, not an ant path reference - and the path given is already part of maven.dependency.classpath) brett 2004-11-09 11:38:59 +00:00
  • 05fbbe275b MPEAR-9: Build now fails in some cases were the dependencies are copied with wrong case. felipeal 2004-11-07 00:45:00 +00:00
  • b0741f5193 added my timezone felipeal 2004-11-07 00:40:31 +00:00
  • 081fb5be42 MPHIBERNATE-13: added hibernate:schema-update felipeal 2004-11-06 21:52:23 +00:00
  • d2d03e0de4 added myself as developer felipeal 2004-11-06 21:51:43 +00:00
  • 6d3a269221 MPHIBERNATE-13: new class necessary to implement hibernate:schema-update felipeal 2004-11-06 21:51:31 +00:00
  • aaf0dbd534 MPHIBERNATE-13: refactored current classes in order to create new ones felipeal 2004-11-06 21:50:38 +00:00
  • acacfff1c0 Fixed typo felipeal 2004-11-06 20:25:01 +00:00
  • bcf8b49e41 use plugin type brett 2004-11-06 02:42:43 +00:00
  • 2208970594 Added tests for the findbugs aggregators vmassol 2004-11-05 15:30:11 +00:00
  • 2254c22637 Binary --> Ascii vmassol 2004-11-05 14:50:54 +00:00
  • 7ac9be500d Added Findbugs aggregators which were missing. vmassol 2004-11-05 14:49:55 +00:00
  • dd884085d3 PR: MAVEN-1484 add Maven doccheck plugin brett 2004-11-04 10:37:10 +00:00
  • 4c08eb08ba Removed unused properties: <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code>. vmassol 2004-11-02 18:55:30 +00:00
  • a3455dc1f2 MPANNOUNCEMENT-15: Modified the announcement text "<code>The ${pom.groupId} team is pleased...</code>" in favor of "<code>We are pleased...</code>" and changed the signature from "<code>The ${pom.groupId} team</code>" to "<code>The ${pom.name} development team</code>". vmassol 2004-11-01 15:21:32 +00:00
  • 12358df269 Added new maven.announcement.repo.remote property and refactored existing maven.announcement.distributionUrl property to use it. vmassol 2004-11-01 09:26:00 +00:00
  • ced90e01a1 Fixed MPANNOUNCEMENT-16: Add information about the Maven remote repo to use in the generated download instructions. vmassol 2004-10-31 12:33:25 +00:00
  • ec7a324cbf [maven-scm-plugin] prepare release 1.9 brett 2004-10-30 10:17:02 +00:00
  • a44f47f9b7 [maven-scm-plugin] prepare release 2.2.1 brett 2004-10-30 08:54:00 +00:00
  • 65fd50e9f7 PR: MAVEN-1337 prompt to republish site brett 2004-10-30 08:30:46 +00:00
  • 113571dbe4 call plugin:repository-* goals instead brett 2004-10-30 03:02:31 +00:00
  • d3534dfd77 Fix MPPDF-21 aheritier 2004-10-26 21:08:52 +00:00
  • 1ddfda58ae MPXDOC-124 clean doesn't clean velocity.log.1 epugh 2004-10-26 09:02:52 +00:00
  • ad2a4e950d Tweak docs to answer MPECLIPSE-55 entry maven.gen.src=${maven.build.dir}/generated-sources ignored better. epugh 2004-10-26 08:12:24 +00:00
  • 0046ae6bab added maven.eclipse.resources.addtoclasspath switch to provide backwards compatibilty with older project structures using the plugin. epugh 2004-10-26 07:57:06 +00:00
  • e87957e80a MPXDOC-123 : A new property is added : maven.xdoc.xml.copy A comma separated list of patterns to specify xml files to copy from ${maven.docs.src} to ${maven.docs.dest} without to perform a transformation to HTML. The default value is empty (no xml files are copied). aheritier 2004-10-25 22:45:53 +00:00
  • deabf13156 ECLIPSE-52: changed the test to handle the situation where cactus plugin is not installed felipeal 2004-10-23 15:52:51 +00:00
  • b0dbddfb0c [maven-scm-plugin] prepare release 1.6.1 brett 2004-10-23 12:50:53 +00:00
  • 42e78d00ca [maven-scm-plugin] prepare release 1.3.1 brett 2004-10-23 12:45:48 +00:00
  • 113eccf71e [maven-scm-plugin] prepare release 1.5.1 brett 2004-10-23 12:41:06 +00:00
  • c20708fa6e [maven-scm-plugin] prepare release 1.5.2 brett 2004-10-23 12:16:11 +00:00
  • dc6d4de119 remove old requires descriptions brett 2004-10-23 12:11:51 +00:00
  • 64cf982761 [maven-scm-plugin] prepare release 1.4.1 brett 2004-10-23 12:07:59 +00:00
  • 025d5d2f11 [maven-scm-plugin] prepare release 1.4.2 brett 2004-10-23 12:01:53 +00:00
  • 9d5d7dfb43 handle enums in Java 5.0 brett 2004-10-23 12:01:16 +00:00
  • 213f2217de [maven-scm-plugin] prepare release 1.3.1 brett 2004-10-23 11:50:31 +00:00
  • aafa5556e8 [maven-scm-plugin] prepare release 1.1.2 brett 2004-10-23 11:35:03 +00:00
  • 227ac5dce9 [maven-scm-plugin] prepare release 1.5.1 brett 2004-10-23 11:30:09 +00:00
  • 6e8fe00b15 [maven-scm-plugin] prepare release 1.5.1 brett 2004-10-23 11:08:54 +00:00
  • f0561eb682 ECLIPSE-52: set proper cactus.src.dir for plugin test felipeal 2004-10-22 06:01:39 +00:00
  • 21836402c1 fix MPECLIPSE-51: check if src and test resources/dir doesn't cause duplicated src entries felipeal 2004-10-22 05:40:54 +00:00
  • 297e84ca43 Remove temporary property. Issue with add resources resolved by discussion on mailing list. epugh 2004-10-20 18:23:11 +00:00
  • b78f4ba691 change test layout to allow multiple test-cases (one per sub-directory) felipeal 2004-10-20 02:29:56 +00:00
  • 897ca6ad4a MPCRUISECONTROL-14 More flexible configuration epugh 2004-10-19 16:10:44 +00:00
  • 6f37128450 Fix tests that had broken in earlier commit of making CC more flexible. epugh 2004-10-19 16:02:22 +00:00
  • cdc0b6da87 Turn off the inclusion of pom build resources by default. epugh 2004-10-19 14:13:04 +00:00
  • ac4c80304a MPECLIPSE-50 Support for Eclipse-Plugin maven projects (or kind="con" classpath) epugh 2004-10-19 11:55:28 +00:00
  • 1545d2f6f5 changed structure of tests to use reactor and allow multiple tests felipeal 2004-10-18 17:45:10 +00:00
  • 05a5ec113e MPJAR-38: added property maven.jar.final.name felipeal 2004-10-18 17:19:31 +00:00
  • 6694da9839 added myself as developer felipeal 2004-10-18 16:58:26 +00:00
  • 9ed949530c added my timezone felipeal 2004-10-18 14:12:02 +00:00