Author: felixk
Date: Tue Mar 15 19:50:44 2011
New Revision: 1081916
URL: http://svn.apache.org/viewvc?rev=1081916&view=rev
Log:
Switch to and force maven 3. Add generation of technical reports using the
-Psite-reports profile
Added:
james/jsieve/trunk/assemble/src/reporting-site/
james/jsieve/trunk/assemble/src/reporting-site/site.xml (with props)
james/jsieve/trunk/mailet/src/reporting-site/
james/jsieve/trunk/mailet/src/reporting-site/site.xml (with props)
james/jsieve/trunk/main/src/reporting-site/
james/jsieve/trunk/main/src/reporting-site/site.xml (with props)
james/jsieve/trunk/src/reporting-site/
james/jsieve/trunk/src/reporting-site/site.xml (with props)
james/jsieve/trunk/util/src/reporting-site/
james/jsieve/trunk/util/src/reporting-site/site.xml (with props)
Modified:
james/jsieve/trunk/assemble/pom.xml
james/jsieve/trunk/mailet/pom.xml
james/jsieve/trunk/mailet/src/site/site.xml
james/jsieve/trunk/main/pom.xml
james/jsieve/trunk/main/src/site/site.xml
james/jsieve/trunk/pom.xml
james/jsieve/trunk/src/site/site.xml
james/jsieve/trunk/util/pom.xml
james/jsieve/trunk/util/src/site/site.xml
Modified: james/jsieve/trunk/assemble/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/assemble/pom.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/assemble/pom.xml (original)
+++ james/jsieve/trunk/assemble/pom.xml Tue Mar 15 19:50:44 2011
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
<parent>
<artifactId>jsieve-project</artifactId>
<groupId>org.apache.james</groupId>
@@ -27,7 +27,6 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-james-jsieve</artifactId>
<name>Apache JAMES jSieve Assembly</name>
- <version>0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
Apache jSieve is a server side mail filtering system
Added: james/jsieve/trunk/assemble/src/reporting-site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/assemble/src/reporting-site/site.xml?rev=1081916&view=auto
==============================================================================
--- james/jsieve/trunk/assemble/src/reporting-site/site.xml (added)
+++ james/jsieve/trunk/assemble/src/reporting-site/site.xml Tue Mar 15 19:50:44
2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+<project name="${project.name}">
+
+ <body>
+
+ <menu ref="parent" />
+ <menu ref="reports" />
+
+ </body>
+
+</project>
Propchange: james/jsieve/trunk/assemble/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/jsieve/trunk/assemble/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified: james/jsieve/trunk/mailet/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/pom.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/pom.xml (original)
+++ james/jsieve/trunk/mailet/pom.xml Tue Mar 15 19:50:44 2011
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
<parent>
<artifactId>jsieve-project</artifactId>
<groupId>org.apache.james</groupId>
@@ -27,7 +27,6 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-jsieve-mailet</artifactId>
<name>Apache JAMES jSieve Mailet</name>
- <version>0.5-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
Apache jSieve is a server side mail filtering system
@@ -150,83 +149,55 @@ JAMES project.
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>NOTICE.base</exclude>
+ <exclude>LICENSE.apache</exclude>
+ <exclude>release.properties</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-doap-plugin</artifactId>
</plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.james</groupId>
- <artifactId>maven-mailetdocs-plugin</artifactId>
- <version>0.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.4</version>
- </plugin>
+ -->
+
+ <!-- Site generation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <targetJdk>1.5</targetJdk>
- <rulesets>
- <ruleset>/rulesets/basic.xml</ruleset>
- <ruleset>/rulesets/controversial.xml</ruleset>
- </rulesets>
- <format>xml</format>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-7</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>attach-descriptor</id>
+ <goals>
+ <goal>attach-descriptor</goal>
+ </goals>
+ <configuration>
+ <siteDirectory>${basedir}/src/site</siteDirectory>
+ <generateReports>false</generateReports>
+ </configuration>
+ </execution>
+ </executions>
<configuration>
- <excludes>
- <exclude>NOTICE.base</exclude>
- <exclude>LICENSE.apache</exclude>
- <exclude>release.properties</exclude>
- </excludes>
+ <reportPlugins combine.children="append">
+ <plugin>
+ <groupId>org.apache.james</groupId>
+ <artifactId>maven-mailetdocs-plugin</artifactId>
+ </plugin>
+ </reportPlugins>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.2</version>
- </plugin>
</plugins>
- </reporting>
-
+ </build>
+
<mailingLists>
<mailingList>
<name>Apache James User</name>
Added: james/jsieve/trunk/mailet/src/reporting-site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/src/reporting-site/site.xml?rev=1081916&view=auto
==============================================================================
--- james/jsieve/trunk/mailet/src/reporting-site/site.xml (added)
+++ james/jsieve/trunk/mailet/src/reporting-site/site.xml Tue Mar 15 19:50:44
2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+<project name="${project.name}">
+
+ <body>
+
+ <menu ref="parent" />
+ <menu ref="reports" />
+
+ </body>
+
+</project>
Propchange: james/jsieve/trunk/mailet/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/jsieve/trunk/mailet/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified: james/jsieve/trunk/mailet/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/src/site/site.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/src/site/site.xml (original)
+++ james/jsieve/trunk/mailet/src/site/site.xml Tue Mar 15 19:50:44 2011
@@ -18,30 +18,20 @@
under the License.
-->
<project name="jSieve">
- <bannerLeft>
- <name>JAMES jSieve</name>
- <src>images/james-jsieve-logo.gif</src>
- <href>http://james.apache.org/</href>
- </bannerLeft>
-
- <bannerRight>
- <name>The Apache Software Foundation</name>
- <src>images/asf-logo-reduced.gif</src>
- <href>http://www.apache.org/index.html</href>
- </bannerRight>
<body>
<menu name="jSieve Mailet">
<item name="Overview" href="index.html"/>
<item name='Catalog' href='mailet-report.html'/>
+ <item
+ name="Technical Reports"
+
href="https://builds.apache.org/hudson/view/G-L/view/James/job/jsieve-trunk/site/mailet/index.html"
/>
<item
name="DOAP"
href="doap_apache-jsieve-mailet.rdf"
img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
</menu>
- <menu ref="reports" />
-
</body>
</project>
Modified: james/jsieve/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/main/pom.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/main/pom.xml (original)
+++ james/jsieve/trunk/main/pom.xml Tue Mar 15 19:50:44 2011
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
<parent>
<artifactId>jsieve-project</artifactId>
<groupId>org.apache.james</groupId>
@@ -27,7 +27,6 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-jsieve</artifactId>
<name>Apache JAMES jSieve</name>
- <version>0.5-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
Apache jSieve is a server side mail filtering system
@@ -37,6 +36,10 @@ JAMES project.
<url>http://james.apache.org/jsieve</url>
<inceptionYear>2004</inceptionYear>
+ <prerequisites>
+ <maven>3.0.2</maven>
+ </prerequisites>
+
<properties>
<!--
The website is committed to subversion. This property can be overriden
@@ -152,82 +155,58 @@ JAMES project.
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>NOTICE.base</exclude>
+ <exclude>LICENSE.apache</exclude>
+ <exclude>release.properties</exclude>
+ <exclude>BUILDING.txt</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-doap-plugin</artifactId>
</plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.4</version>
- </plugin>
+ -->
+
+ <!-- Site generation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <targetJdk>1.5</targetJdk>
- <rulesets>
- <ruleset>/rulesets/basic.xml</ruleset>
- <ruleset>/rulesets/controversial.xml</ruleset>
- </rulesets>
- <format>xml</format>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-7</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>attach-descriptor</id>
+ <goals>
+ <goal>attach-descriptor</goal>
+ </goals>
+ <configuration>
+ <siteDirectory>${basedir}/src/site</siteDirectory>
+ <generateReports>false</generateReports>
+ </configuration>
+ </execution>
+ </executions>
<configuration>
- <excludes>
- <exclude>NOTICE.base</exclude>
- <exclude>LICENSE.apache</exclude>
- <exclude>release.properties</exclude>
- </excludes>
+ <siteDirectory>${maven-site-plugin.siteDirectory}</siteDirectory>
+
<generateReports>${maven-site-plugin.generateReports}</generateReports>
+ <reportPlugins combine.children="append">
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javacc-maven-plugin</artifactId>
+ </plugin>
+ </reportPlugins>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- </plugin>
</plugins>
- </reporting>
-
+ </build>
+
<mailingLists>
<mailingList>
<name>Apache James User</name>
Added: james/jsieve/trunk/main/src/reporting-site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/main/src/reporting-site/site.xml?rev=1081916&view=auto
==============================================================================
--- james/jsieve/trunk/main/src/reporting-site/site.xml (added)
+++ james/jsieve/trunk/main/src/reporting-site/site.xml Tue Mar 15 19:50:44 2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+<project name="${project.name}">
+
+ <body>
+
+ <menu ref="parent" />
+ <menu ref="reports" />
+
+ </body>
+
+</project>
Propchange: james/jsieve/trunk/main/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/jsieve/trunk/main/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified: james/jsieve/trunk/main/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/main/src/site/site.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/main/src/site/site.xml (original)
+++ james/jsieve/trunk/main/src/site/site.xml Tue Mar 15 19:50:44 2011
@@ -18,17 +18,6 @@
under the License.
-->
<project name="jSieve">
- <bannerLeft>
- <name>JAMES jSieve</name>
- <src>images/james-jsieve-logo.gif</src>
- <href>http://james.apache.org/</href>
- </bannerLeft>
-
- <bannerRight>
- <name>The Apache Software Foundation</name>
- <src>images/asf-logo-reduced.gif</src>
- <href>http://www.apache.org/index.html</href>
- </bannerRight>
<body>
@@ -36,13 +25,14 @@
<item name="Overview" href="index.html"/>
<item name="Sieve Features" href="features.html"/>
<item name="Getting Started" href="start.html"/>
+ <item
+ name="Technical Reports"
+
href="https://builds.apache.org/hudson/view/G-L/view/James/job/jsieve-trunk/site/main/index.html"
/>
<item
name="DOAP"
href="doap_apache-jsieve.rdf"
img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
</menu>
- <menu ref="reports" />
-
</body>
</project>
Modified: james/jsieve/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Tue Mar 15 19:50:44 2011
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
<artifactId>jsieve-project</artifactId>
@@ -30,11 +30,15 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<url>http://james.apache.org/jsieve/</url>
<inceptionYear>2008</inceptionYear>
-
+
+ <prerequisites>
+ <maven>3.0.2</maven>
+ </prerequisites>
+
<properties>
<!-- Override the source descriptor -->
<sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
@@ -63,9 +67,9 @@
<!-- Overridding this value allows single set of loopback settings to be
maintained -->
<james.www.id>jsieve-website</james.www.id>
+ <target.jdk>1.5</target.jdk>
</properties>
-
-
+
<modules>
<module>main</module>
<module>mailet</module>
@@ -79,37 +83,37 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
+ <version>2.3.2</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>${target.jdk}</source>
+ <target>${target.jdk}</target>
<encoding>iso8859-1</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3.1</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
- <Specification-Title>${pom.name}</Specification-Title>
- <Specification-Version>${pom.version}</Specification-Version>
+ <Specification-Title>${project.name}</Specification-Title>
+
<Specification-Version>${project.version}</Specification-Version>
<Specification-Vendor>The Apache Software
Foundation</Specification-Vendor>
- <Implementation-Title>${pom.name}</Implementation-Title>
- <Implementation-Version>${pom.version}</Implementation-Version>
+ <Implementation-Title>${project.name}</Implementation-Title>
+
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
- <url>${pom.url}</url>
+ <url>${project.url}</url>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.7</version>
<executions>
<execution>
<phase>verify</phase>
@@ -122,7 +126,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3</version>
+ <version>2.2.0</version>
<executions>
<execution>
<id>bundle-manifest</id>
@@ -143,6 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-doap-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>site</id>
@@ -157,8 +162,8 @@
<programmingLanguage>java</programmingLanguage>
<category>mail</category>
<download-page>http://james.apache.org/download.cgi</download-page>
+ <shortdesc>${project.description}</shortdesc>
</doapOptions>
-
<asfExtOptions>
<included>true</included>
<pmc>http://james.apache.org</pmc>
@@ -171,12 +176,217 @@
<url>http://www.ietf.org/rfc/rfc3028.txt</url>
</standard>
</standards>
+ <charter></charter>
</asfExtOptions>
-
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.8</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javacc-maven-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.james</groupId>
+ <artifactId>maven-mailetdocs-plugin</artifactId>
+ <version>0.1</version>
+ </plugin>
</plugins>
</pluginManagement>
+
+ <plugins>
+ <!-- Site generation -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-descriptor</id>
+ <goals>
+ <goal>attach-descriptor</goal>
+ </goals>
+ <configuration>
+ <siteDirectory>${basedir}/src/site</siteDirectory>
+ <generateReports>false</generateReports>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <siteDirectory>${maven-site-plugin.siteDirectory}</siteDirectory>
+
<generateReports>${maven-site-plugin.generateReports}</generateReports>
+ <reportPlugins>
+ <!-- Order matters. First project-info-reports, second jxr. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reports>
+ <report>dependencies</report>
+ <report>dependency-management</report>
+ <report>dependency-convergence</report>
+ <report>distribution-management</report>
+ <report>index</report>
+ <report>license</report>
+ <report>mailing-list</report>
+ <report>modules</report>
+ <report>plugin-management</report>
+ <report>plugins</report>
+ <report>project-team</report>
+ <report>scm</report>
+ <report>summary</report>
+ </reports>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <configuration>
+ <excludes>
+ <exclude>NOTICE.*</exclude>
+ <exclude>LICENSE.*</exclude>
+ <!-- Generated by Maven -->
+ <exclude>release.properties</exclude>
+ <exclude>dist/**/*</exclude>
+ <!-- Eclipse -->
+ <exclude>**/.*</exclude>
+ <exclude>.*/**/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ <targetJdk>${target.jdk}</targetJdk>
+ <rulesets>
+ <ruleset>/rulesets/basic.xml</ruleset>
+ <ruleset>/rulesets/unusedcode.xml</ruleset>
+ <ruleset>/rulesets/imports.xml</ruleset>
+ </rulesets>
+ <format>xml</format>
+ <linkXref>true</linkXref>
+ <sourceEncoding>utf-8</sourceEncoding>
+ <minimumTokens>100</minimumTokens>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <minmemory>256m</minmemory>
+ <maxmemory>1g</maxmemory>
+ <linksource>true</linksource>
+ <tags>
+ <tag>
+ <name>note</name>
+ <placement>a</placement>
+ <head>NOTE</head>
+ </tag>
+ <tag>
+ <name>todo</name>
+ <placement>a</placement>
+ <head>TODO</head>
+ </tag>
+ <tag>
+ <name>warning</name>
+ <placement>a</placement>
+ <head>WARNING</head>
+ </tag>
+ </tags>
+ <source>1.5</source>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>aggregate</report>
+ <report>test-aggregate</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+
<xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
+
<xrefTestLocation>${project.reporting.outputDirectory}/../xref-test</xrefTestLocation>
+ <!-- required by dashboard plugin and hudson -->
+ <xmlOutput>true</xmlOutput>
+ <effort>Max</effort>
+ <findbugsXmlOutput>true</findbugsXmlOutput>
+ <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ </plugin>
+ <!--
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <onlyCurrentVersion>true</onlyCurrentVersion>
+ <resolutionIds>Fixed</resolutionIds>
+ <statusIds>Resolved,Closed</statusIds>
+ <columnNames>Type,Key,Summary,Status,Resolution,Fix
Version</columnNames>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ -->
+ </reportPlugins>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<distributionManagement>
@@ -309,28 +519,5 @@
</dependency>
</dependencies>
</dependencyManagement>
-
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <configuration>
- <onlyCurrentVersion>true</onlyCurrentVersion>
- <resolutionIds>Closed</resolutionIds>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>jira-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
</project>
Added: james/jsieve/trunk/src/reporting-site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/src/reporting-site/site.xml?rev=1081916&view=auto
==============================================================================
--- james/jsieve/trunk/src/reporting-site/site.xml (added)
+++ james/jsieve/trunk/src/reporting-site/site.xml Tue Mar 15 19:50:44 2011
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+<project name="${project.name}">
+
+ <skin>
+ <groupId>org.apache.james</groupId>
+ <artifactId>maven-skin</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </skin>
+
+ <bannerLeft>
+ <name>JAMES jSieve</name>
+ <src>images/james-jsieve-logo.gif</src>
+ <href>http://james.apache.org/</href>
+ <alt>james-jsieve-logo.gif</alt>
+ </bannerLeft>
+
+ <bannerRight>
+ <name>The Apache Software Foundation</name>
+ <src>/images/logos/asf-logo-reduced.gif</src>
+ <href>http://www.apache.org/index.html</href>
+ </bannerRight>
+
+ <body>
+
+ <menu ref="modules" />
+ <menu ref="reports" />
+
+ </body>
+
+</project>
Propchange: james/jsieve/trunk/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/jsieve/trunk/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified: james/jsieve/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/src/site/site.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/src/site/site.xml (original)
+++ james/jsieve/trunk/src/site/site.xml Tue Mar 15 19:50:44 2011
@@ -18,23 +18,25 @@
under the License.
-->
<project name="jSieve">
+
+ <skin>
+ <groupId>org.apache.james</groupId>
+ <artifactId>maven-skin</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </skin>
+
<bannerLeft>
<name>JAMES jSieve</name>
<src>images/james-jsieve-logo.gif</src>
<href>http://james.apache.org/</href>
+ <alt>james-jsieve-logo.gif</alt>
</bannerLeft>
- <bannerRight>
- <name>The Apache Software Foundation</name>
- <src>images/asf-logo-reduced.gif</src>
- <href>http://www.apache.org/index.html</href>
- </bannerRight>
-
- <skin>
- <groupId>org.apache.james</groupId>
- <artifactId>maven-skin</artifactId>
- <version>1.2</version>
- </skin>
+ <bannerRight>
+ <name>The Apache Software Foundation</name>
+ <src>/images/logos/asf-logo-reduced.gif</src>
+ <href>http://www.apache.org/index.html</href>
+ </bannerRight>
<body>
<menu name="jSieve">
@@ -44,6 +46,9 @@
<item name="Changes"
href="http://james.apache.org/jsieve/jira-report.html" />
<item name="Release Notes"
href="http://james.apache.org/jsieve/release-notes.html" />
<item name="JavaDocs"
href="http://james.apache.org/jsieve/apidocs/index.html" />
+ <item
+ name="Technical Reports"
+
href="https://builds.apache.org/hudson/view/G-L/view/James/job/jsieve-trunk/site/index.html"
/>
</menu>
<menu name='Specifications' inherit='bottom'>
Modified: james/jsieve/trunk/util/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/util/pom.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/util/pom.xml (original)
+++ james/jsieve/trunk/util/pom.xml Tue Mar 15 19:50:44 2011
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
<parent>
<artifactId>jsieve-project</artifactId>
<groupId>org.apache.james</groupId>
@@ -27,7 +27,6 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-jsieve-util</artifactId>
<name>Apache JAMES jSieve Utilities</name>
- <version>0.5-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
Apache jSieve is a server side mail filtering system
@@ -134,78 +133,29 @@ JAMES project. This module contains addi
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>NOTICE.base</exclude>
+ <exclude>LICENSE.apache</exclude>
+ <exclude>release.properties</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-doap-plugin</artifactId>
</plugin>
+ -->
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.4</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <targetJdk>1.5</targetJdk>
- <rulesets>
- <ruleset>/rulesets/basic.xml</ruleset>
- <ruleset>/rulesets/controversial.xml</ruleset>
- </rulesets>
- <format>xml</format>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-7</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <configuration>
- <excludes>
- <exclude>NOTICE.base</exclude>
- <exclude>LICENSE.apache</exclude>
- <exclude>release.properties</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- </plugins>
- </reporting>
-
<mailingLists>
<mailingList>
<name>Apache James User</name>
Added: james/jsieve/trunk/util/src/reporting-site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/util/src/reporting-site/site.xml?rev=1081916&view=auto
==============================================================================
--- james/jsieve/trunk/util/src/reporting-site/site.xml (added)
+++ james/jsieve/trunk/util/src/reporting-site/site.xml Tue Mar 15 19:50:44 2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+<project name="${project.name}">
+
+ <body>
+
+ <menu ref="parent" />
+ <menu ref="reports" />
+
+ </body>
+
+</project>
Propchange: james/jsieve/trunk/util/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/jsieve/trunk/util/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified: james/jsieve/trunk/util/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/util/src/site/site.xml?rev=1081916&r1=1081915&r2=1081916&view=diff
==============================================================================
--- james/jsieve/trunk/util/src/site/site.xml (original)
+++ james/jsieve/trunk/util/src/site/site.xml Tue Mar 15 19:50:44 2011
@@ -18,28 +18,18 @@
under the License.
-->
<project name="jSieve">
- <bannerLeft>
- <name>JAMES jSieve</name>
- <src>images/james-jsieve-logo.gif</src>
- <href>http://james.apache.org/</href>
- </bannerLeft>
-
- <bannerRight>
- <name>The Apache Software Foundation</name>
- <src>images/asf-logo-reduced.gif</src>
- <href>http://www.apache.org/index.html</href>
- </bannerRight>
-
<body>
<menu name="Sieve Utilities">
<item name="Overview" href="index.html"/>
+ <item
+ name="Technical Reports"
+
href="https://builds.apache.org/hudson/view/G-L/view/James/job/jsieve-trunk/site/util/index.html"
/>
<item
name="DOAP"
href="doap_apache-jsieve.rdf"
img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
</menu>
- <menu ref="reports" />
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]