Commit Graph

  • 53f89aa9e1 Extensions appear to break tomcat (I guess it is extension aware. We'll disable it using a property by default. Most people wouldn't be using it) bwalding 2003-04-10 09:06:34 +00:00
  • 7e0627715e Fix unbalanced tags abarantsev 2003-04-10 06:39:37 +00:00
  • 12b0d503b8 Maven jira moved from werken to codehaus abarantsev 2003-04-10 06:28:59 +00:00
  • 5fd73bd725 Removed unneded prefix; it is recommended to include ${basedir} in <sourceDirectory> explicitly abarantsev 2003-04-09 18:08:18 +00:00
  • 25cf643f2a Added a property to specify Unix group that should own deployed artifacts abarantsev 2003-04-09 15:06:44 +00:00
  • ec75c1dd75 - Added new <code>maven.jboss.hostname</code> plugin property. It defaults to <code>localhost</code> and gives the host name of the server to stop when calling <code>maven jboss:stop</code>. - JBoss failed to start on unix. This has been fixed. vmassol 2003-04-09 11:54:56 +00:00
  • 2f1d589000 started version 1.1 vmassol 2003-04-09 11:51:25 +00:00
  • 691d329f98 Added support for lserver connections - connection to a pserver on a local machine. PR: MAVEN-305 bwalding 2003-04-09 10:48:30 +00:00
  • d42db827ef Fix typo in comment dion 2003-04-09 05:47:29 +00:00
  • f29424087c o Resolving all snapshots in plugins o Bumping all plugin version to release status o Validated all plugins to make sure all snapshots were removed. jvanzyl 2003-04-09 01:06:49 +00:00
  • 88d2be3a99 Fixed announcement (I had committed a bit too quickly... :-)) vmassol 2003-04-08 22:42:15 +00:00
  • 58f313f82f o Rolling back a change that is preventing the content of a <source/> element from being rendered. You get an empty box currently. There also seems to be a problem with '<' and '>'. General entity problem? jvanzyl 2003-04-08 22:37:45 +00:00
  • 8f818db525 Prepare for the 1.0 release vmassol 2003-04-08 22:34:21 +00:00
  • 2eeb63078a Added warning about plugin only tested in beta 9 vmassol 2003-04-08 22:28:21 +00:00
  • 45840d03aa hum... more details vmassol 2003-04-08 22:26:48 +00:00
  • c54bcdef31 New todo: add support for Jetty. vmassol 2003-04-08 22:25:48 +00:00
  • eaa25d41c9 Preparing for 1.0 release vmassol 2003-04-08 22:16:04 +00:00
  • 968e972dd7 fixed wrong file name vmassol 2003-04-08 21:44:53 +00:00
  • 01f7da4af4 Preparing for 2.0 release vmassol 2003-04-08 21:42:57 +00:00
  • 5c7d6e7829 Preparing for 2.0 release of the Cactus plugin vmassol 2003-04-08 21:40:20 +00:00
  • 7054f0a237 Propaganda logo is now default PR: MAVEN-364 bwalding 2003-04-08 21:08:33 +00:00
  • ee9478d58f Updating propaganda logos - Thanks Stephane! PR: MAVEN-364 bwalding 2003-04-08 21:06:52 +00:00
  • 0d77487732 Updatingin propaganda logos - Thanks Stephane! PR: MAVEN-364 bwalding 2003-04-08 21:06:34 +00:00
  • 1ee0e1a7b3 First implementation of a JBoss plugin. The primary feature is to create a custom JBoss server configuration and to start/stop Jboss using that configuration. Check the goals and properties xdocs for details. vmassol 2003-04-08 14:39:53 +00:00
  • bd18a72612 Add dependency mechanism to eclipse project. evenisse 2003-04-08 12:19:25 +00:00
  • f80a98ec12 Update goal description. evenisse 2003-04-08 08:32:23 +00:00
  • 9dfa0664d4 Thanks to Juergen Heidak for jdee plugin. evenisse 2003-04-08 08:02:20 +00:00
  • 52d8af9db1 Fix typos.... dion 2003-04-07 16:02:13 +00:00
  • 5c2c5363f8 added PMD vmassol 2003-04-07 14:33:00 +00:00
  • 79d4686767 Add clean:classes and clean:docs goals. evenisse 2003-04-07 12:48:18 +00:00
  • 0ae6b26db4 jexl is doing something weird with .size() bwalding 2003-04-07 12:23:59 +00:00
  • e7ee83d577 Syntax error with greater than symbol bwalding 2003-04-07 11:51:00 +00:00
  • 3cf711b813 Fix edge condition with extension list calculation bwalding 2003-04-07 11:45:40 +00:00
  • 06f94e1499 - Updated to use the latest cactus jars/zips from today (07/04/2003). - Added empty web.xml as it seems the new cactus integration scripts now require one (this would potentially need to be fixed) vmassol 2003-04-07 10:34:18 +00:00
  • 57bbdfeda3 Make report runner skip reports that have an empty plugin name. Purely for menu generation. Jexl oddity corrected PR: MAVEN-355 bwalding 2003-04-07 08:15:28 +00:00
  • 3f6e98434f Add electric xml dion 2003-04-07 02:08:13 +00:00
  • 0006245016 Add dbunit dion 2003-04-07 01:57:51 +00:00
  • 2fa8ce0380 Add dtd parser dion 2003-04-07 01:41:05 +00:00
  • 73fd760a65 Make report runner skip reports that have an empty plugin name. Purely for menu generation. PR: MAVEN-355 bwalding 2003-04-06 00:16:10 +00:00
  • 787f3ce08e Remove plugin name from second javadoc item. Will make report runner skip reports that have an empty plugin name. Purely for menu generation. PR: MAVEN-355 bwalding 2003-04-06 00:10:44 +00:00
  • 4fcc6e9266 Pass in encoding to velocity merge in generate-from-pom PR: MAVEN-293 Submitted by: Kuisong Tong bwalding 2003-04-05 23:37:32 +00:00
  • 205cdd472e Applied doco patch PR: MAVEN-306 Submitted by: Tim O'Brien bwalding 2003-04-05 23:29:17 +00:00
  • d4742faa4f Minor change to page title. Dion had fixed everything else. PR: MAVEN-333 bwalding 2003-04-05 14:12:37 +00:00
  • 3d9460cc15 An offshoot of 297 was looking at how the bogus info got parsed. Turns out the changelog parser only looks to see if there is a minimum of 6 dividers. Now it checks to make sure there is a max of 6 as well. PR: MAVEN-297 bwalding 2003-04-05 14:09:55 +00:00
  • c5f988832a updating dependencies knielsen 2003-04-05 13:54:36 +00:00
  • 55acec987f Turn on jar index creation. Classworlds may end up using this at some point. Only a small increase in the size of jars. bwalding 2003-04-05 13:54:28 +00:00
  • a0060fba53 Made the initial mods to the manifest generation such that additional extension information is added. No idea if this has any value, but it was asked for. PR:MAVEN-334 bwalding 2003-04-05 13:46:57 +00:00
  • 62f5c157a5 Applied concept of project.css as listed in bug system. PR: MAVEN-370 Submitted by: Jose Gonzale Gomez bwalding 2003-04-05 11:23:05 +00:00
  • 6aaff4da07 Split the eclipse goals into generate-project and generate-classpath. Updated doco to match. bwalding 2003-04-05 10:19:44 +00:00
  • 2f6054577e Split java plugin in clean, jar and java plugin. evenisse 2003-04-05 08:13:36 +00:00
  • 5692492db3 Split java plugin in clean, jar and java plugin. evenisse 2003-04-05 08:03:18 +00:00
  • 8786cd4a91 Made the plugin work with Maven b9 vmassol 2003-04-04 11:06:45 +00:00
  • 91b265cc3a more ignore files vmassol 2003-04-03 19:32:31 +00:00
  • 1b3cf510a2 Update POM to fit the new location of the plugin in the Maven CVS + added myself as developer vmassol 2003-04-03 19:30:41 +00:00
  • 7e5a15e526 use PMD 1.04 vmassol 2003-04-03 19:17:26 +00:00
  • 4d65825235 more ignore files vmassol 2003-04-03 19:04:40 +00:00
  • 5a9dfe3d3c Moved the PMD plugin from http://sourceforge.net/projects/maven-plugins to the Maven CVS. I will move it to another place when we decide to have plugins hosted in a different subproject of maven.apache.org. vmassol 2003-04-03 18:58:12 +00:00
  • 34d3f2b082 Add the powered by logo PR: MAVEN-364 bwalding 2003-04-02 12:29:24 +00:00
  • 58aa22df24 Prepend ${basedir} in front of paths to make generated project reactor-safe abarantsev 2003-04-02 12:19:13 +00:00
  • 3be506b244 o That was never meant to be committed. Backout the goal split. bwalding 2003-04-02 12:11:35 +00:00
  • bb67942540 Fix whitespace dion 2003-04-02 12:01:51 +00:00
  • b5c3961b5c Fixed broken war goal that was introduced a few revs back when someone introduced war:package dion 2003-04-02 11:56:33 +00:00
  • c33a72d75d Current logos PR: MAVEN-364 bwalding 2003-04-02 11:50:01 +00:00
  • 1522250be6 New property for setting the image to use as powered by + location. PR: MAVEN-364 bwalding 2003-04-02 11:45:45 +00:00
  • c5fddeb0d5 - Applied a modified version of the patch in MAVEN-358 - Upped the project version to 1.2-SNAPSHOT - Documented new properties - Added changes record for this release dion 2003-04-02 00:13:36 +00:00
  • 7239034b52 cleanup knielsen 2003-04-01 12:28:12 +00:00
  • ac583b511b compiling samples knielsen 2003-04-01 12:11:54 +00:00
  • 73339f1e81 Update docs with fix dion 2003-04-01 06:30:27 +00:00
  • d7a57d74bb Fix class not found running validate-war dion 2003-04-01 06:28:54 +00:00
  • ab25fc1486 Explicity use ant name space. In prep for removal of jeez etc dion 2003-04-01 00:50:11 +00:00
  • 44b4cb6f4a ensure directory exists when copying an artifact dion 2003-04-01 00:49:17 +00:00
  • cab181e7d5 Allow using tags inside <source> (e.g. to colorize source code) abarantsev 2003-03-31 06:19:01 +00:00
  • 4eb54644b1 This maybe useless, but I want to investigate how logging works with test cases dion 2003-03-31 03:02:58 +00:00
  • 394d4ceaf2 Test case for failing j2ee plugin when proxies cache a bad DTD. The entities weren't being resolved locally. dion 2003-03-31 03:02:07 +00:00
  • 5e82d07dfc Test case for failing j2ee plugin when proxies cache a bad DTD. The entities weren't being resolved locally. dion 2003-03-31 03:01:44 +00:00
  • 26d891efe4 Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-30 23:29:45 +00:00
  • bdc0947ab6 Remove unused namespaces dion 2003-03-30 23:26:12 +00:00
  • 9a52a73b32 Fix dependencies dion 2003-03-30 23:15:38 +00:00
  • e504d877b5 detab dion 2003-03-30 22:59:57 +00:00
  • 0776ea0b21 detab dion 2003-03-30 22:51:11 +00:00
  • 230698d6ee detab dion 2003-03-30 16:18:05 +00:00
  • 8acb775a1d detab dion 2003-03-30 16:05:46 +00:00
  • 21ec36179a Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-30 16:01:19 +00:00
  • ad4c776df4 detab dion 2003-03-30 15:42:49 +00:00
  • 9af06a3ac2 Plugin has changed since release - document it dion 2003-03-30 15:29:04 +00:00
  • 32501212f6 Add summary to top of tasklist entries dion 2003-03-30 15:27:08 +00:00
  • 3703525ef3 Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-30 15:25:56 +00:00
  • 1bb0789a75 Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-29 23:25:26 +00:00
  • 9f2163254b Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-29 12:54:34 +00:00
  • e025f09af7 Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-29 12:40:46 +00:00
  • 15eb486c03 Fix jelly taglib URLs dion 2003-03-29 12:36:22 +00:00
  • 4fc09ebeb4 allow use of &lt; and &gt; in name attribute of navigation.xml dion 2003-03-29 12:30:06 +00:00
  • 78c8999f9a Added support for specifying a specific jboss server configuration vmassol 2003-03-29 12:23:05 +00:00
  • 88cfb79e80 Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-29 11:40:18 +00:00
  • c73ea82d5d fix indents dion 2003-03-29 11:37:24 +00:00
  • f03ad05e3b detab dion 2003-03-29 11:36:23 +00:00
  • a32df5565e Explicity use ant name space. In prep for removal of jeez etc dion 2003-03-29 11:33:21 +00:00
  • e2da053329 Don't run javah unless any file has a native method knielsen 2003-03-28 09:08:22 +00:00
  • 6ac65b3e5c actually getting something to compile and run knielsen 2003-03-28 01:43:33 +00:00
  • e415541501 bin -> ascii knielsen 2003-03-27 22:48:39 +00:00