You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/12/08 14:35:20 UTC

[myfaces-tobago] 02/02: Docs for the 4.0.0 release * JavaNCSS doesn't support Java 8 Syntax

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit be8da21992e20718fc0052689c70132f1fb5ab06
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 8 15:34:36 2017 +0100

    Docs for the 4.0.0 release
    * JavaNCSS doesn't support Java 8 Syntax
---
 pom.xml                            | 14 --------------
 src/site/apt/release-checklist.apt |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 039ab60..1e6775c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,20 +345,6 @@
         <artifactId>jdepend-maven-plugin</artifactId>
         <version>2.0</version>
       </plugin>
-
-      <!-- http://jira.codehaus.org/browse/MJNCSS-4
-           JavaNCSS still has problems with annotations for local variables -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>javancss-maven-plugin</artifactId>
-        <version>2.1</version>
-        <configuration>
-          <excludes>
-            <exclude>org/apache/myfaces/tobago/internal/layout/Grid.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
diff --git a/src/site/apt/release-checklist.apt b/src/site/apt/release-checklist.apt
index 1a9b08c..9d09bc4 100644
--- a/src/site/apt/release-checklist.apt
+++ b/src/site/apt/release-checklist.apt
@@ -138,7 +138,7 @@ src/site/resources/doap_tobago.rdf
 
 +------------------------+
 cd /Volumes/tobago-site
-svn co https://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago-trunk
+git clone https://github.com/apache/myfaces-tobago tobago-trunk
 svn co https://svn.apache.org/repos/asf/myfaces/site/publish/tobago tobago-publish
 cd tobago-trunk
 export MAVEN_OPTS="-Xmx1500m ${MAVEN_OPTS}"

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.