Commit Graph

593 Commits

Author SHA1 Message Date
bwalding
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?


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


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113326 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 07:19:50 +00:00
bwalding
3f68c4fe08 Allow the FAQ plugin to show up in reports
Submitted by:	Willie Vu


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113325 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 04:52:37 +00:00
bwalding
298248bd4c Developers must have entered their timezone to make this work
PR:MAVEN-387


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113324 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 02:37:34 +00:00
bwalding
3deaa8d08f Added manifest extensions property
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113323 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 02:08:02 +00:00
bwalding
1c70545373 Add head handling and copy attributes from xdoc body to html body
PR:MAVEN-387


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113322 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 01:56:01 +00:00
bwalding
5f2bfa3544 Add the timezone field
PR:MAVEN-387


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113321 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 01:55:30 +00:00
bwalding
8618cf1f8d Refactoring SCM processing
PR: MAVEN-383


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113320 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 18:53:19 +00:00
bwalding
49ef9e2de4 Moved them to the core
PR: MAVEN-383


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113319 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 18:45:48 +00:00
bwalding
0e53fea31a maven.xdoc.projectReports is no longer used
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113318 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 18:33:36 +00:00
bwalding
eef46bc2fe Applied patch + 2 other lines where the same thing was being done.
PR: MAVEN-359
Submitted by:	Stephen Haberman


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113317 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 17:21:18 +00:00
abarantsev
2f5b955cb9 AspectJ project has moved to eclipse.org
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113316 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 08:57:53 +00:00
abarantsev
7c5a905da2 Pure jelly reimplementation of Project Info templates
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113315 13f79535-47bb-0310-9956-ffa450edef68
2003-04-10 10:51:44 +00:00
bwalding
f675566b02 Misread the spec, should use spaces instead of commas
http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html


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


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113313 13f79535-47bb-0310-9956-ffa450edef68
2003-04-10 09:06:34 +00:00
abarantsev
7e0627715e Fix unbalanced tags
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113312 13f79535-47bb-0310-9956-ffa450edef68
2003-04-10 06:39:37 +00:00
abarantsev
12b0d503b8 Maven jira moved from werken to codehaus
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113311 13f79535-47bb-0310-9956-ffa450edef68
2003-04-10 06:28:59 +00:00
abarantsev
5fd73bd725 Removed unneded prefix; it is recommended to include ${basedir} in <sourceDirectory> explicitly
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113310 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 18:08:18 +00:00
abarantsev
25cf643f2a Added a property to specify Unix group that should own deployed artifacts
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113309 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 15:06:44 +00:00
vmassol
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.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113308 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 11:54:56 +00:00
vmassol
2f1d589000 started version 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113307 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 11:51:25 +00:00
bwalding
691d329f98 Added support for lserver connections - connection to a pserver on a local machine.
PR: MAVEN-305


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113306 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 10:48:30 +00:00
dion
d42db827ef Fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113305 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 05:47:29 +00:00
jvanzyl
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.

  I had to manually insert the versions for:

  1) ashkelon
  2) commons-dbcp

  Not sure how either of these got up there without the timestamp
  mapping.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113303 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 01:06:49 +00:00
vmassol
88d2be3a99 Fixed announcement (I had committed a bit too quickly... :-))
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113301 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:42:15 +00:00
jvanzyl
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?


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113300 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:37:45 +00:00
vmassol
8f818db525 Prepare for the 1.0 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113299 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:34:21 +00:00
vmassol
2eeb63078a Added warning about plugin only tested in beta 9
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113297 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:28:21 +00:00
vmassol
45840d03aa hum... more details
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113296 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:26:48 +00:00
vmassol
c54bcdef31 New todo: add support for Jetty.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113295 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:25:48 +00:00
vmassol
eaa25d41c9 Preparing for 1.0 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113294 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:16:04 +00:00
vmassol
968e972dd7 fixed wrong file name
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113292 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 21:44:53 +00:00
vmassol
01f7da4af4 Preparing for 2.0 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113291 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 21:42:57 +00:00
vmassol
5c7d6e7829 Preparing for 2.0 release of the Cactus plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113290 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 21:40:20 +00:00
bwalding
7054f0a237 Propaganda logo is now default
PR: MAVEN-364


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113289 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 21:08:33 +00:00
bwalding
ee9478d58f Updating propaganda logos - Thanks Stephane!
PR: MAVEN-364


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113288 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 21:06:52 +00:00
bwalding
0d77487732 Updatingin propaganda logos - Thanks Stephane!
PR: MAVEN-364


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113287 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 21:06:34 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113286 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 14:39:53 +00:00
evenisse
bd18a72612 Add dependency mechanism to eclipse project.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113285 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 12:19:25 +00:00
evenisse
f80a98ec12 Update goal description.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113284 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 08:32:23 +00:00
evenisse
9dfa0664d4 Thanks to Juergen Heidak for jdee plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113283 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 08:02:20 +00:00
dion
52d8af9db1 Fix typos....
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113282 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 16:02:13 +00:00
vmassol
5c2c5363f8 added PMD
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113281 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 14:33:00 +00:00
evenisse
79d4686767 Add clean:classes and clean:docs goals.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113280 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 12:48:18 +00:00
bwalding
0ae6b26db4 jexl is doing something weird with .size()
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113279 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 12:23:59 +00:00
bwalding
e7ee83d577 Syntax error with greater than symbol
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113278 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 11:51:00 +00:00
bwalding
3cf711b813 Fix edge condition with extension list calculation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113277 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 11:45:40 +00:00
vmassol
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)


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113276 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 10:34:18 +00:00
bwalding
57bbdfeda3 Make report runner skip reports that have an empty plugin name.
Purely for menu generation.  Jexl oddity corrected
PR: MAVEN-355


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113275 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 08:15:28 +00:00
dion
3f6e98434f Add electric xml
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113274 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 02:08:13 +00:00