merge in werkz. While this was developed at The Werken Company, the project

has since died and all developers are Maven committers.

Retaining original BSD-like license in addition to ASL2.



git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@126378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-01-25 12:35:53 +00:00
parent 45d37259a5
commit 5cd10b06df
7 changed files with 103 additions and 12 deletions

View File

@ -29,8 +29,7 @@
<body>
<section name="Overview">
<p>
This document describes the supplied
<a href="http://jakarta.apache.org/commons/jelly/tags.html#jelly:werkz">goals</a>
This document describes the supplied goals
that are available when using the J2EE Plug-in with Maven.
</p>
<p>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -44,6 +44,14 @@
document.
</p>
</section>
<section name="Specifying the SCM">
<p>
The changelog plugin defaults to a CVS parser. To use an alternate
SCM, please set the <code>maven.changelog.factory</code> property.
For more information, please see the
<a href="properties.html">Changelog properties reference</a>.
</p>
</section>
<section name="CVSNT users">
<p>
This plugin does <strong>not</strong> use the cvs executable on your

View File

@ -0,0 +1,44 @@
<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Maven Developer Activity Plugin</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Maven Developer Activity Plug-in">
<p>
This plugin produces a report on individual developer activity within
your source control system so that project team members can see
at a glance what changes have been made recently to the project.
This report relies on the
<a href="../changelog/index.html">Changelog plugin</a> for its
configuration.
</p>
<p>
For additional information on the functionality provided by this plugin,
please see the <a href="goals.html">Goals</a> document.
</p>
</section>
</body>
</document>

View File

@ -0,0 +1,44 @@
<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Maven File Activity Plugin</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Maven File Activity Plug-in">
<p>
This plugin produces a report on individual file activity within
your source control system so that project team members can see
at a glance what changes have been made recently to the project.
This report relies on the
<a href="../changelog/index.html">Changelog plugin</a> for its
configuration.
</p>
<p>
For additional information on the functionality provided by this plugin,
please see the <a href="goals.html">Goals</a> document.
</p>
</section>
</body>
</document>

View File

@ -29,8 +29,7 @@
<body>
<section name="Overview">
<p>
This document describes the supplied
<a href="http://jakarta.apache.org/commons/jelly/tags.html#jelly:werkz">goals</a>
This document describes the supplied goals
that are available when using the J2EE Plug-in with Maven.
</p>
<p>

View File

@ -2,7 +2,7 @@
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -171,11 +171,5 @@
<artifactId>rhino</artifactId>
<version>1.5R4-RC3</version>
</dependency>
<dependency>
<groupId>werkz</groupId>
<artifactId>werkz</artifactId>
<version>1.0-beta-10</version>
<url>http://werkz.sourceforge.net/</url>
</dependency>
</dependencies>
</project>

View File

@ -18,6 +18,9 @@
# WARNING: All these properties are inherited by the plugin projects
#====================================================================
# TODO: remove cvs repository, just there for SNAPSHOTs
maven.repo.remote = http://www.ibiblio.org/maven, http://cvs.apache.org/repository/
# Display the date on the Maven web site
maven.xdoc.date = left
maven.xdoc.date.format = dd MMMM yyyy HH:mm z