Skip to content

Commit 5c74297

Browse files
committed
Setting up a maven-1 site; m2 isn't working for me
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@412967 13f79535-47bb-0310-9956-ffa450edef68
1 parent c53be6a commit 5c74297

4 files changed

Lines changed: 38 additions & 32 deletions

File tree

project.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@
2424
Commons CSV is a component that parses comma separated value files.
2525
</description>
2626
<currentVersion>0.1-dev</currentVersion>
27-
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
27+
<issueTrackingUrl>http://issues.apache.org/jira/browse/SANDBOX</issueTrackingUrl>
2828
<siteAddress>cvs.apache.org</siteAddress>
2929
<logo></logo>
30+
31+
<repository>
32+
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
33+
<url>http://svn.apache.org/viewcvs/jakarta/commons/sandbox/csv/trunk</url>
34+
</repository>
3035

36+
3137
<developers>
3238
<developer>
3339
<name>Henri Yandell</name>

src/site/apt/index.apt

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/site/site.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

xdocs/index.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Copyright 2006 The Apache Software Foundation.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<document>
18+
<properties>
19+
<title>Home</title>
20+
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
21+
</properties>
22+
<body>
23+
<!-- ================================================== -->
24+
<section name="Commons CSV">
25+
26+
<p>Commons CSV was started to unify a common and simple interface for reading and writing CSV files under an ASL license. It has been bootstrapped by a code donation from Netcetera in Switzerland. </p>
27+
28+
</section>
29+
<!-- ================================================== -->
30+
</body>
31+
</document>

0 commit comments

Comments
 (0)