Commit Graph

994 Commits

Author SHA1 Message Date
jvanzyl
5e017f2779 o no roles in a contributor entry.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113735 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 00:00:48 +00:00
jvanzyl
fd5878a9c5 o This is something someone can track down is how to deal with unspecified
tags in the pull parser. Having an <a/> tag in the description makes the
  parser go bye-bye.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113734 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 23:47:48 +00:00
bwalding
ff7c7a4ac0 Making log messages a bit more useful
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113733 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 23:38:45 +00:00
jvanzyl
6801d9ed62 o RC1 Refactoring
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113732 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 23:34:00 +00:00
bwalding
3da380e2e9 Update the .classpath output such that it utilises the per source directory
output path.

At the moment, 

source dir -> default output path (i.e. unset)
test dir -> test output path (eg. target/test-classes)
default output path ->  (eg. target/classes).

There could be some argument to go to a system like

source dir -> output path (eg. target/classes).
test dir -> test output path (eg. target/test-classes)
default output path ->  (eg. target/classes).

But it'd make the plugin.jelly a bit more complicated than it already is.

I'm very tempted to extract the code out into a separate jelly file and let it follow
the xdoc/navigation.jelly pattern. 

This also fixes the "missing target/test-classes" errors that eclipse was giving.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113731 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 22:51:52 +00:00
michal
844c0078fc POM is deployed/installed together with artifact (hope that fetch will do the same soon:) )
snapshotSignature  (timestamp) is now relative to GMT timezone


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113729 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 21:57:19 +00:00
michal
9480f0b357 Added generation of "Projects Overview".
Goals multiproject:create-nav and multiproject:create-overview-page 
are independed but still
reactor usage should be rationalized as at the moment for generating web site
3 passes of reactor are needed.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113728 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 21:48:41 +00:00
michal
9db231593b "multiproject:clean" goal was added
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113727 13f79535-47bb-0310-9956-ffa450edef68
2003-07-26 22:09:31 +00:00
michal
b454fc7ff7 Dependency report was completely rewritten. Report generator is now aware of notion of type and groupId.
In addition URL and Description (which was also added to the report)
of the dependency can be retrieved from its POM if there is one in the local repository
    
Documentation of goals ported to new dedicated format
  
Update to maven 1.0-beta-10


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113726 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 22:47:30 +00:00
bwalding
bd1e2aa537 Ensure ear files are correctly versioned for validating j2ee containers.
PR: MAVEN-613
Submitted by:	Thomas Christensen


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113725 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 14:59:16 +00:00
michal
fd1b2ea01b Added Dependency Cov.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113724 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 13:50:46 +00:00
michal
875ea2ac43 Added Dependecy Covergence Report
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113723 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 12:32:04 +00:00
dion
29b1fa9cac Docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113722 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 07:15:58 +00:00
dion
b45339742f Fix class name having xref. or xref-test. on the beginning
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113721 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 07:15:12 +00:00
dion
94416141f3 absolute paths are not necessarily canonical
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113720 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 07:05:38 +00:00
dion
121ba5a2c7 xalan 2.3.1 -> 2.4.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113719 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 06:37:48 +00:00
dion
fcfe3239b4 Update to velocity 1.3 -> 1.4-dev
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113718 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 06:35:28 +00:00
dion
db21f6d0d6 Oro 2.0.6 -> 2.0.7
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113717 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 06:25:45 +00:00
dion
b8b76023c1 Upgrade to dom4j 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113716 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 06:21:16 +00:00
dion
d48983015b Update to maven 1.0 beta 10 across plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113715 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 06:10:31 +00:00
dion
2e0864fc44 Update to maven b10 and dom4j 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113714 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 06:00:53 +00:00
dion
f1de975b9e Initial docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113713 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 06:00:33 +00:00
dion
083de922c0 Synch on log4j 1.2.8
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113712 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 05:56:56 +00:00
dion
597e0a7ed0 Upgrade to jdepend 2.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113711 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 04:45:59 +00:00
dion
fb4a56677d Upgrade to dom4j-1.4-dev-8
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113710 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 04:17:45 +00:00
dion
c81f195ecf Synch on commons logging 1.0.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113709 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 03:32:23 +00:00
dion
e361a1b7ab Synch on commons-lang 1.0.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113708 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 03:04:34 +00:00
dion
41e72d2c69 Remove classloader stuff
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113707 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 02:08:23 +00:00
dion
be205ce506 synch with html2xdoc plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113706 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 01:28:22 +00:00
dion
537e968ce9 Update to commons-collections 2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113705 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 01:24:52 +00:00
dion
b3d969c599 Add changes doc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113704 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 01:11:34 +00:00
dion
8da1f15fd2 Synch beanutils versions
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113703 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 01:02:53 +00:00
dion
e85fb616c9 3.2-SNAPSHOT now I've changed it
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113702 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 01:01:48 +00:00
dion
56bdd3f2e2 Add recent change
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113701 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 00:50:46 +00:00
dion
2cde626061 synch with castor plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113700 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 00:47:34 +00:00
michal
70bfd60bbc Added new icons
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113699 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 14:35:45 +00:00
dion
07e1b771c3 Synch Xerces versions
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113698 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 11:31:42 +00:00
dion
651dfa9e2b Synch ant versions
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113697 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 10:53:46 +00:00
dion
9d642393f0 Synch jelly versions
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113696 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 10:14:10 +00:00
dion
47fdaeba93 Upgrade to pmd 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113695 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 07:13:44 +00:00
dion
ec375b6627 Fix formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113694 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 06:37:01 +00:00
dion
ec1ab7208c *** keyword substitution change ***
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113693 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 06:31:48 +00:00
dion
61646a95f7 Changed to straight jelly
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113692 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 06:28:18 +00:00
dion
56b8d4cba0 Generate nav template in a different way
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113691 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 06:26:44 +00:00
dion
db8aaaa92c Nav template without jsl
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113690 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 06:26:02 +00:00
bwalding
700d49bf7d Completed updates. Much much cleaner. Could still do to remove the temporary file generation.
PR: MAVEN-602


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113689 13f79535-47bb-0310-9956-ffa450edef68
2003-07-23 10:25:18 +00:00
bwalding
62aedf5a18 Completed updates. Fully migrated from site.jsl to here. Much much cleaner.
PR: MAVEN-602


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113688 13f79535-47bb-0310-9956-ffa450edef68
2003-07-23 10:23:49 +00:00
bwalding
f6e68cc813 Pass 1.
o It works, but is incomplete and broken.  I am committing now as I have very bad
non-deterministic behaviour with jelly and I like committing as I go.

o Need to convert project documentation tree to navigation.jsl
o Need to remove temporary file creation in plugin.jsl

PR: MAVEN-602


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113687 13f79535-47bb-0310-9956-ffa450edef68
2003-07-23 10:06:41 +00:00
dion
dc1968cd6c Work around jelly bug when null value is provided
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113686 13f79535-47bb-0310-9956-ffa450edef68
2003-07-23 06:32:49 +00:00
epugh
be7204e145 Give PMD include/exclude filters. Same idea as in Checkstyle.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113685 13f79535-47bb-0310-9956-ffa450edef68
2003-07-22 16:13:27 +00:00