Add webwork, fix bits and pieces. update status

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-03-04 00:32:48 +00:00
parent 92e5baf6c6
commit 3b67ba5ef8
2 changed files with 16 additions and 9 deletions

View File

@ -65,7 +65,7 @@
<!-- set permissions -->
<echo>Setting permissions and group ownership in ${directory}'</echo>
<j:set var="command" value="cd ${directory}" />
<j:set var="command" value="${command};chmod -R g+ws *" />
<j:set var="command" value="${command};chmod -R g+s *" />
<j:set var="command" value="${command};chmod -R a+r *" />
<j:set var="command" value="${command};chgrp -R maven *" />
<j:set var="command" value="${command};rm ${groupId}.license" />
@ -211,7 +211,8 @@
<j:set var="command" value="${command};mkdir ${groupId}/jars"/>
<j:set var="command" value="${command};mkdir ${groupId}/licenses"/>
<j:set var="command" value="${command};mkdir ${groupId}/poms"/>
<j:set var="command" value="${command};chmod -R g+ws ${groupId}"/>
<j:set var="command" value="${command};chmod g+ws ${groupId}"/>
<j:set var="command" value="${command};chmod -R g+w ${groupId}"/>
<j:set var="command" value="${command};chmod -R a+r ${groupId}"/>
<echo>executing '${command}' remotely</echo>
<repository:exec command="${command}" />

View File

@ -3,20 +3,19 @@
Things to do:
* DONE - create license directories on ibiblio via jelly
* DONE - upload licenses available via http via jelly
* WIP - ensure all versions on ibiblio are covered by licenses (up to pull-parser)
* remove violations if any still exist
* DONE - ensure all versions on ibiblio are covered by licenses (up to statcvs)
* WIP - remove violations if any still exist (xsdlib*)
* set up pom directories for all hosted groups
* upload poms for all artifacts
* Find the following projects:
* excalibur-mpool - asl
* jsr94 - I can't find the download
* jstyle - used to be http://www.redrival.com/greenrd/java/jstyle
* spirit-cache - I can't make head nor tails of the spirit-soft download
section
* struts-menu - no license on file. Have contacted authors
* textarea - looks like it used to be on sf.net?
* download msv licenses and place on repo
* Remove javadoc directory once agreement reached
* deploy source code to ibiblio for all GPL licensed projects
Template:
<project>
@ -1455,14 +1454,14 @@ Template:
<project>
<groupId>velocity-dvsl</groupId>
<url>http://jakarta.apache.org/velocity/dvsl/</url>
<file>http://jakarta.apache.org/velocity/dvsl/license.html</file>
<file>http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-velocity-dvsl/docs/license.html</file>
<comments>ASL</comments>
</project>
<project>
<groupId>velocity</groupId>
<url>http://jakarta.apache.org/velocity/</url>
<file>http://jakarta.apache.org/velocity/license.html</file>
<file>http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-velocity/LICENSE.txt</file>
<comments>ASL</comments>
</project>
@ -1476,7 +1475,7 @@ Template:
<project>
<groupId>webmacro</groupId>
<url>http://sourceforge.net/projects/webmacro/</url>
<file>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/webmacro/webmacro/LICENSE</file>
<file>http://www.webmacro.org/WebMacroLicense</file>
<comments>Dual licensing : Apache Style and GPL</comments>
</project>
@ -1487,6 +1486,13 @@ Template:
<comments>BSD / Apache license (so it seems)</comments>
</project>
<project>
<groupId>webwork</groupId>
<url>http://sourceforge.net/projects/opensymphony</url>
<file>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/opensymphony/webwork/src/docs/manual/license.txt</file>
<comments>BSD</comments>
</project>
<project>
<groupId>werken-xpath</groupId>
<url>http://werken-xpath.sourceforge.net</url>