Skip to content

Commit cf3a774

Browse files
committed
o cleaning up the maven descriptors for the projects so that a site
with decent names is generated (link to come) o made all the projects use a LICENSE.txt file. one this doesn't wig out windows users and the checkstyle report likes to have one to make sure that all sources files have a license present so if they don't it can be reported. o using the reactor tag in its first forms to provide a mechanism to build the entire commons (still problems with detecting JDK 1.4) and to generate a site where the navigation is gleaned from the project themselves and don't have to kept in sync manually. o added a little front-end site deployer. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129788 13f79535-47bb-0310-9956-ffa450edef68
1 parent a13b78b commit cf3a774

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

project.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ maven.checkstyle.max.line.len = 100
3030
maven.checkstyle.ignore.whitespace = true
3131
maven.checkstyle.ignore.public.in.interface = true
3232

33-

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<project>
44
<extend>../project.xml</extend>
55
<id>commons-cli</id>
6-
<name>commons-cli</name>
6+
<name>CLI</name>
77

88
<currentVersion>1.0-dev</currentVersion>
99
<inceptionYear>2002</inceptionYear>

0 commit comments

Comments
 (0)