Commit Graph

652 Commits

Author SHA1 Message Date
plynch
c206203746 o removing the dependencies still seems to let the plugin work, so thought I'd clean it up
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113386 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 20:51:55 +00:00
plynch
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113385 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 20:39:41 +00:00
plynch
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


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113384 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 18:48:43 +00:00
plynch
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


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113383 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 18:45:34 +00:00
plynch
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


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113382 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 18:43:54 +00:00
dion
e177700327 More docs before 1.0 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113381 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 14:09:08 +00:00
evenisse
9a34fcdf8e typo correction.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113380 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 13:41:31 +00:00
evenisse
e6e44622a6 Add the possibility to choose the main jar. Thanks to Dominique Collette.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113379 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 13:06:22 +00:00
vmassol
fb39b409c8 Force overwriting for non-default JBoss configuration files copying.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113378 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 10:03:15 +00:00
vmassol
f2b9f287d2 Added missing goal description.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113377 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 06:47:28 +00:00
dion
e0c93ced00 Use temp dir instead of project build dir for temporary file
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113376 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 04:50:34 +00:00
plynch
df8f35c876 o don't know why werkz is here in the first place, but upgrading it anyways
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113375 13f79535-47bb-0310-9956-ffa450edef68
2003-04-23 22:40:06 +00:00
dion
b23f927683 Remove bad goal. Regen docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113374 13f79535-47bb-0310-9956-ffa450edef68
2003-04-23 16:05:26 +00:00
dion
abf3a8ed72 regen goals
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113373 13f79535-47bb-0310-9956-ffa450edef68
2003-04-23 16:01:57 +00:00
dion
90f70b0f50 Add desc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113372 13f79535-47bb-0310-9956-ffa450edef68
2003-04-23 15:58:28 +00:00
dion
6360efc1f7 Allow html within goal descriptions
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113371 13f79535-47bb-0310-9956-ffa450edef68
2003-04-23 15:57:05 +00:00
dion
9f927d9c7c Add WebSphere 4 plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113370 13f79535-47bb-0310-9956-ffa450edef68
2003-04-23 15:53:09 +00:00
evenisse
b4b57f369b Update documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113369 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 12:20:49 +00:00
evenisse
87a37f82e8 Use jar:jar instead of java:jar.
java:jar is deprecated.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113368 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 11:48:50 +00:00
evenisse
6c9ee0aa64 Apply Juergen Heidak's patch.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113367 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 09:32:49 +00:00
dion
97e31ca9ee Change "Front Page" to "About ${pom.name}"
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113366 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 12:18:19 +00:00
bwalding
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113365 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 08:37:51 +00:00
dion
e1cd1aa623 fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113364 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 07:30:35 +00:00
dion
26fdb36fdc Fix comment
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113363 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 06:32:20 +00:00
dion
03c4a992a8 remove validate taglib
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113362 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 05:26:05 +00:00
dion
3f13fb0c91 Fix docs. Still doesn't work
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113361 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 05:16:53 +00:00
dion
b903c395ef Add changes doc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113360 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 05:06:42 +00:00
dion
7bb1138365 Resurrect pom:validate without licensing issues
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113359 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 05:04:36 +00:00
dion
cdb854f967 Added xercesjarv project.
Looking for a license-friendly way to get pom validation back.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113358 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 02:26:39 +00:00
bwalding
66d8d72578 Got timezones back to front
PR: MAVEN-387


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113357 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 15:00:55 +00:00
bwalding
d5013b0ce0 Applied part of patch.
PR: MAVEN-164
Submitted by:	Miguel Turbon


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113356 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 14:38:36 +00:00
bwalding
b9cd20f629 Release opened resources properly
PR: MAVEN-402


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113355 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 21:18:55 +00:00
bwalding
76efd35886 Additional logging now visible. HostConfiguration object wasn't being set on the http client
PR: MAVEN-402


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113354 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 13:07:03 +00:00
bwalding
b0b08490c5 Additional logging now visible.
PR: MAVEN-402


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113353 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 12:58:33 +00:00
bwalding
cb3f003a64 Deprecate java:jar (it's still there, just warns about deprecation)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113352 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 08:40:12 +00:00
vmassol
59f2204617 Fix bug introduced by previous refactoring of package-* goals. Thanks to Florin.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113351 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 07:58:48 +00:00
evenisse
0e87be29fc Use context.getVariable instead of context.findVariable when we want to obtain the text value in a tag attribute
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113350 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 12:48:10 +00:00
bwalding
32ecc7460a It's really xpp3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113349 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 21:19:48 +00:00
bwalding
91223206db Add XPP
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113348 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 21:10:24 +00:00
vmassol
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>


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113347 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 17:12:41 +00:00
dion
a7d6714dd8 Add maven-plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113346 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 08:01:32 +00:00
vmassol
c572a4f94a Fix by Ben Walding for the reported failing cactus report generation.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113345 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 22:59:11 +00:00
bwalding
d60915ced5 Output a valid XHTML Transitional that IE6 can understand.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113344 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 20:26:25 +00:00
dion
3d4bbfc870 Fix formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113343 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 15:08:12 +00:00
bwalding
4ba66d6c06 IE6 is a piece of shit. It doesn't understand XHTML transitional properly as far as I can tell.
Backed out changes.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113342 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 12:42:17 +00:00
bwalding
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.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113341 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 11:12:38 +00:00
vmassol
066535fd56 Added James as a contributor!
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113340 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 11:07:19 +00:00
vmassol
211030a1af Simplified creation of java.io.File variable using dIon's suggestion.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113339 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 10:41:02 +00:00
vmassol
ad7159cde8 Applied James CE Johnson's patch to add deploy/undeploy targets for jar/war/ear using JBoss' jmx console. Thanks James!
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113338 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 10:26:58 +00:00
vmassol
6da0e91f22 Applied James CE Johnson's patch to add deploy/undeploy targets for jar/war/ear using JBoss' jmx console. Thanks James!
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113337 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 10:24:12 +00:00