Commit Graph

  • db2436883d Smarter generation of .classpath file. ${basedir} prefix is cut off if present in any path. Default locations of source and destination folder are used instead of hardcoded paths like 'target/classes'. michal 2003-05-09 08:42:21 +00:00
  • 1ae2e5e63d small typo fixed michal 2003-05-08 20:56:51 +00:00
  • 5878b8d99e - Added auto generation of application.xml file - Process of bundling artifacts in ear is type senstive now michal 2003-05-08 20:53:55 +00:00
  • 0c8d13974e added the unit test output directory to the classpath so that unit tests ran from inside of eclipse can find any unit test resources on the classpath. e.g. any property files used in unit tests that the classloader is used to find jstrachan 2003-05-07 17:54:22 +00:00
  • b82a656168 patch to avoid adding JUnit twice to a generated project file for projects which require JUnit as a dependency jstrachan 2003-05-07 17:44:03 +00:00
  • 004e6aa9b4 o Cleanup I did last night which was sitting in my live maven/plugins directory. jvanzyl 2003-05-05 15:12:18 +00:00
  • 664d5642cd Initial revision jvanzyl 2003-05-05 15:07:18 +00:00
  • a36321160b o leave it up to plugin.jelly to make the root dir since that is where the detection is and it is a required property plynch 2003-05-05 03:06:51 +00:00
  • cf331fdccf o make the maven.webserver.root dir or else the install detection may fail. the maven.webserver.dir is made seperately cause the root may not be a subdirectory of the dir plynch 2003-05-05 03:05:59 +00:00
  • c0fd578c4b o removing cruft and making sense plynch 2003-05-05 03:03:29 +00:00
  • 9cd783ad9e o updating to version 2.0-dev because of significant changes plynch 2003-05-05 03:00:40 +00:00
  • 532f97dc2c o adjusting propeties to closely mimic that of the new webserver plugin plynch 2003-05-05 02:59:32 +00:00
  • 33350a6995 o now closely mimics the behaviour of the webserver plugin protocol o a complete rewrite, therefore the version gets bumped to 2.0 plynch 2003-05-05 02:58:47 +00:00
  • 8edd175044 o breaking out tomcat 4.1.x from tomcat 4.0.x cause I expect to use some smarter scripting, perhaps via Ant tasks, for tomcat 4.1.x o updating to better match the protocol found in the webserver plugin plynch 2003-05-05 02:57:34 +00:00
  • e5c30745b4 o adding support for maven.home.local property ( fix for patch from MAVEN-302 ) plynch 2003-05-05 02:30:42 +00:00
  • 6d4182d29a o adding myself as developer o updating the release number to 1.1 SNAPSHOT as changes have been made to support maven.home.local plynch 2003-05-05 02:30:00 +00:00
  • de7925b3fe o making changes provided with patch for MAVEN-302 from Aslak Hellesoy that replace ${maven.home}/plugins with ${maven.plugin.dir} plynch 2003-05-04 23:46:02 +00:00
  • db0f13cde3 Fix typo. evenisse 2003-05-04 18:30:37 +00:00
  • 2441048fd1 Add plugin.properties for default values. evenisse 2003-05-04 18:30:12 +00:00
  • 1a3e5d43a5 Apply Maven-424. Thanks to Joe Germuska. evenisse 2003-05-04 18:26:15 +00:00
  • 3dc8f6490e o adding property docs for version 2.0 plynch 2003-05-02 18:40:56 +00:00
  • 77d3286445 o adjusted logging for maven status o changed additional port names o added stricter validation that requires at least one of http or https port plynch 2003-05-02 17:55:29 +00:00
  • dc9d35785f o changing extra port names to A, B, C from one, two,three o ultimately I would like to see them numbered 1-100 or something to be not so limited plynch 2003-05-02 17:54:04 +00:00
  • ffaf39f9a9 Add bogus defaults for properties dion 2003-04-28 15:31:55 +00:00
  • c74f8b1db5 Add some docs dion 2003-04-28 15:31:09 +00:00
  • 98525aa613 Defaulted the compile target to 1.1. If a build is done on JDK 1.4 then it defaults to JDK 1.4, which means on some JVM's (e.g. IBM's JDK 1.3) the code won't work! Even if you're not using any JDK 1.4 features. The generated bytecode can contain some JDK 1.4 specific methods! jstrachan 2003-04-26 09:56:23 +00:00
  • 8e79e2dd7d o updating to account for changes to 2.0 plynch 2003-04-24 23:10:19 +00:00
  • c206203746 o removing the dependencies still seems to let the plugin work, so thought I'd clean it up plynch 2003-04-24 20:51:55 +00:00
  • e53ca6a817 o we need to use ant conditions for some things. when running maven console ant properties are cached. So added code to remove them from the context before executing the ant conditions. This way maven console seems to always start fresh. Except of course for filtersets. I don't know how to remove filtersets from the context. plynch 2003-04-24 20:39:41 +00:00
  • 64f07707cc o making changes that consist of new features and a better interface of goals for version 2.0 o adding full use of reinstall and restart goals o nooping most goals if their action would be redundant o adding webserver:cycle to attempt a smart figuring of what a typical developer would need for rapid development. This replaces the smarts found in webserver:install and webserver:start in versions 1.x plynch 2003-04-24 18:48:43 +00:00
  • 3b0f7500d4 o updating the version number o adjusting my role to let people know who has been the main driver of the project in case they have questions I can help with plynch 2003-04-24 18:45:34 +00:00
  • 4d0047df0c o cleaning up reinstall and install goals into a dyna tag The reason is the only difference is on a reinstall we want to force the copy of conf files, where an install doesn't force. o general cleanup o now implements restart and reinstall goals correctly plynch 2003-04-24 18:43:54 +00:00
  • e177700327 More docs before 1.0 release dion 2003-04-24 14:09:08 +00:00
  • 9a34fcdf8e typo correction. evenisse 2003-04-24 13:41:31 +00:00
  • e6e44622a6 Add the possibility to choose the main jar. Thanks to Dominique Collette. evenisse 2003-04-24 13:06:22 +00:00
  • fb39b409c8 Force overwriting for non-default JBoss configuration files copying. vmassol 2003-04-24 10:03:15 +00:00
  • f2b9f287d2 Added missing goal description. vmassol 2003-04-24 06:47:28 +00:00
  • e0c93ced00 Use temp dir instead of project build dir for temporary file dion 2003-04-24 04:50:34 +00:00
  • df8f35c876 o don't know why werkz is here in the first place, but upgrading it anyways plynch 2003-04-23 22:40:06 +00:00
  • b23f927683 Remove bad goal. Regen docs dion 2003-04-23 16:05:26 +00:00
  • abf3a8ed72 regen goals dion 2003-04-23 16:01:57 +00:00
  • 90f70b0f50 Add desc dion 2003-04-23 15:58:28 +00:00
  • 6360efc1f7 Allow html within goal descriptions dion 2003-04-23 15:57:05 +00:00
  • 9f927d9c7c Add WebSphere 4 plugin dion 2003-04-23 15:53:09 +00:00
  • b4b57f369b Update documentation evenisse 2003-04-22 12:20:49 +00:00
  • 87a37f82e8 Use jar:jar instead of java:jar. java:jar is deprecated. evenisse 2003-04-22 11:48:50 +00:00
  • 6c9ee0aa64 Apply Juergen Heidak's patch. evenisse 2003-04-22 09:32:49 +00:00
  • 97e31ca9ee Change "Front Page" to "About ${pom.name}" dion 2003-04-20 12:18:19 +00:00
  • e25cffb99f Fix error message to mean something useful. If I have to look at the code to resolve a problem, the message + doco is insufficient. bwalding 2003-04-20 08:37:51 +00:00
  • e1cd1aa623 fix typo dion 2003-04-20 07:30:35 +00:00
  • 26fdb36fdc Fix comment dion 2003-04-20 06:32:20 +00:00
  • 03c4a992a8 remove validate taglib dion 2003-04-20 05:26:05 +00:00
  • 3f13fb0c91 Fix docs. Still doesn't work dion 2003-04-20 05:16:53 +00:00
  • b903c395ef Add changes doc dion 2003-04-20 05:06:42 +00:00
  • 7bb1138365 Resurrect pom:validate without licensing issues dion 2003-04-20 05:04:36 +00:00
  • cdb854f967 Added xercesjarv project. Looking for a license-friendly way to get pom validation back. dion 2003-04-20 02:26:39 +00:00
  • 66d8d72578 Got timezones back to front PR: MAVEN-387 bwalding 2003-04-18 15:00:55 +00:00
  • d5013b0ce0 Applied part of patch. PR: MAVEN-164 Submitted by: Miguel Turbon bwalding 2003-04-18 14:38:36 +00:00
  • b9cd20f629 Release opened resources properly PR: MAVEN-402 bwalding 2003-04-17 21:18:55 +00:00
  • 76efd35886 Additional logging now visible. HostConfiguration object wasn't being set on the http client PR: MAVEN-402 bwalding 2003-04-17 13:07:03 +00:00
  • b0b08490c5 Additional logging now visible. PR: MAVEN-402 bwalding 2003-04-17 12:58:33 +00:00
  • cb3f003a64 Deprecate java:jar (it's still there, just warns about deprecation) bwalding 2003-04-17 08:40:12 +00:00
  • 59f2204617 Fix bug introduced by previous refactoring of package-* goals. Thanks to Florin. vmassol 2003-04-17 07:58:48 +00:00
  • 0e87be29fc Use context.getVariable instead of context.findVariable when we want to obtain the text value in a tag attribute evenisse 2003-04-16 12:48:10 +00:00
  • 32ecc7460a It's really xpp3 bwalding 2003-04-14 21:19:48 +00:00
  • 91223206db Add XPP bwalding 2003-04-14 21:10:24 +00:00
  • 790be5a0a2 <action dev="vmassol" type="update"> Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously supported) by adding the <code>jboss:package-ear</code>, <code>jboss:package-ejb</code> and <code>jboss:package-war</code> goals. The <code>jboss:package</code> goal has been renamed <code>jboss:configure</code> and now simply creates a custom JBoss server configuration (with nothing from the project deployed in it). </action> vmassol 2003-04-14 17:12:41 +00:00
  • a7d6714dd8 Add maven-plugins dion 2003-04-14 08:01:32 +00:00
  • c572a4f94a Fix by Ben Walding for the reported failing cactus report generation. vmassol 2003-04-13 22:59:11 +00:00
  • d60915ced5 Output a valid XHTML Transitional that IE6 can understand. bwalding 2003-04-13 20:26:25 +00:00
  • 3d4bbfc870 Fix formatting dion 2003-04-13 15:08:12 +00:00
  • 4ba66d6c06 IE6 is a piece of shit. It doesn't understand XHTML transitional properly as far as I can tell. Backed out changes. bwalding 2003-04-13 12:42:17 +00:00
  • fbe92b3d25 I could have sworn I committed this yesterday. It possibly fixes a case where the current.value is null. Had some reports on the mailing list which were having unspecified errors with getText. bwalding 2003-04-13 11:12:38 +00:00
  • 066535fd56 Added James as a contributor! vmassol 2003-04-13 11:07:19 +00:00
  • 211030a1af Simplified creation of java.io.File variable using dIon's suggestion. vmassol 2003-04-13 10:41:02 +00:00
  • ad7159cde8 Applied James CE Johnson's patch to add deploy/undeploy targets for jar/war/ear using JBoss' jmx console. Thanks James! vmassol 2003-04-13 10:26:58 +00:00
  • 6da0e91f22 Applied James CE Johnson's patch to add deploy/undeploy targets for jar/war/ear using JBoss' jmx console. Thanks James! vmassol 2003-04-13 10:24:12 +00:00
  • 39d24d840d Applied James CE Johnson's patch so that other plugins can get the "maven.war.final.name" property without having to execute the war:war goal... vmassol 2003-04-13 10:17:18 +00:00
  • 73cc7cc5a9 prepare for 2.1 dev vmassol 2003-04-13 09:31:19 +00:00
  • a1dec431e3 prepare for 1.1 dev vmassol 2003-04-13 09:03:51 +00:00
  • 9afb576e76 Current release is in CVS dion 2003-04-13 02:35:12 +00:00
  • 4ea683702c Docs on 1.3 and 1.4 (current) release dion 2003-04-13 02:32:15 +00:00
  • f290e9b743 Allow the war to be updated. THanks to "Ben Hogan" for reporting it dion 2003-04-13 02:30:10 +00:00
  • 72bd5fc7a0 Apache MavenSession -> Apache Maven dion 2003-04-13 00:56:02 +00:00
  • a63ba9d868 Apache MavenSession -> Apache Maven dion 2003-04-12 08:12:46 +00:00
  • 24976b5cb4 Busted by the tab monitor. Tabs removed. bwalding 2003-04-12 08:12:23 +00:00
  • 2a9bc0d8a6 We were theoretically putting out XHTML Transitional before, now we are actually outputting XHTML 1.1 Transitional. Only minor changes, but some older browsers might have difficulties? bwalding 2003-04-12 07:47:00 +00:00
  • bcde6c31e2 Removed the magical "Collabnet XHTML" doc type. I'm sure not many browsers would know of this special format (some browsers do special document handling based on well known doc types). bwalding 2003-04-12 07:19:50 +00:00
  • 3f68c4fe08 Allow the FAQ plugin to show up in reports Submitted by: Willie Vu bwalding 2003-04-12 04:52:37 +00:00
  • 298248bd4c Developers must have entered their timezone to make this work PR:MAVEN-387 bwalding 2003-04-12 02:37:34 +00:00
  • 3deaa8d08f Added manifest extensions property bwalding 2003-04-12 02:08:02 +00:00
  • 1c70545373 Add head handling and copy attributes from xdoc body to html body PR:MAVEN-387 bwalding 2003-04-12 01:56:01 +00:00
  • 5f2bfa3544 Add the timezone field PR:MAVEN-387 bwalding 2003-04-12 01:55:30 +00:00
  • 8618cf1f8d Refactoring SCM processing PR: MAVEN-383 bwalding 2003-04-11 18:53:19 +00:00
  • 49ef9e2de4 Moved them to the core PR: MAVEN-383 bwalding 2003-04-11 18:45:48 +00:00
  • 0e53fea31a maven.xdoc.projectReports is no longer used bwalding 2003-04-11 18:33:36 +00:00
  • eef46bc2fe Applied patch + 2 other lines where the same thing was being done. PR: MAVEN-359 Submitted by: Stephen Haberman bwalding 2003-04-11 17:21:18 +00:00
  • 2f5b955cb9 AspectJ project has moved to eclipse.org abarantsev 2003-04-11 08:57:53 +00:00
  • 7c5a905da2 Pure jelly reimplementation of Project Info templates abarantsev 2003-04-10 10:51:44 +00:00
  • f675566b02 Misread the spec, should use spaces instead of commas http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html bwalding 2003-04-10 10:21:23 +00:00