You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/02/21 17:42:36 UTC

svn commit: r1291905 - in /incubator/syncope/trunk: core/ parent/ parent/src/ parent/src/site/ parent/src/site/resources/ parent/src/site/resources/css/ parent/src/site/resources/images/ parent/src/site/xdoc/

Author: ilgrosso
Date: Tue Feb 21 16:42:35 2012
New Revision: 1291905

URL: http://svn.apache.org/viewvc?rev=1291905&view=rev
Log:
Site generation in place

Added:
    incubator/syncope/trunk/parent/src/
    incubator/syncope/trunk/parent/src/site/
    incubator/syncope/trunk/parent/src/site/resources/
    incubator/syncope/trunk/parent/src/site/resources/css/
    incubator/syncope/trunk/parent/src/site/resources/css/site.css
    incubator/syncope/trunk/parent/src/site/resources/images/
    incubator/syncope/trunk/parent/src/site/resources/images/apache-incubator-logo.png   (with props)
    incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.jpg   (with props)
    incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.png   (with props)
    incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-small.jpg   (with props)
    incubator/syncope/trunk/parent/src/site/site.xml
    incubator/syncope/trunk/parent/src/site/xdoc/
    incubator/syncope/trunk/parent/src/site/xdoc/index.xml
Modified:
    incubator/syncope/trunk/core/pom.xml
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1291905&r1=1291904&r2=1291905&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Tue Feb 21 16:42:35 2012
@@ -1103,7 +1103,7 @@ under the License.
                             <container>
                                 <containerId>jboss71x</containerId>
                                 <zipUrlInstaller>
-                                    <url>http://download.jboss.org/jbossas/7.1/jboss-as-7.1.0.CR1b/jboss-as-7.1.0.CR1b.zip</url>
+                                    <url>http://download.jboss.org/jbossas/7.1/jboss-as-7.1.0.Final/jboss-as-7.1.0.Final.zip</url>
                                     <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                                     <extractDir>${java.io.tmpdir}</extractDir>
                                 </zipUrlInstaller>

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1291905&r1=1291904&r2=1291905&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Tue Feb 21 16:42:35 2012
@@ -24,7 +24,7 @@ under the License.
 
     <name>Apache Syncope Parent</name>
     <description>Apache Syncope parent POM</description>
-
+        
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
     <version>1.1-SNAPSHOT</version>
@@ -52,7 +52,7 @@ under the License.
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk</developerConnection>
-        <url>https://svn.apache.org/repos/asf/incubator/syncope/trunk</url>
+        <url>http://svn.apache.org/repos/asf/incubator/syncope/trunk</url>
     </scm>
 
     <issueManagement>
@@ -64,6 +64,14 @@ under the License.
         <system>Jenkins</system>
         <url>https://builds.apache.org/job/Syncope-trunk/</url>
     </ciManagement>
+
+    <distributionManagement>
+        <site>
+            <id>syncope.website</id>
+            <name>Apache Syncope website</name>
+            <url>${site.deploymentBaseUrl}</url>
+        </site>
+    </distributionManagement>
   
     <mailingLists>
         <mailingList>
@@ -109,7 +117,7 @@ under the License.
             <roles>
                 <role>PPMC member</role>
             </roles>
-            <url>https://people.apache.org/~ilgrosso/</url>
+            <url>http://people.apache.org/~ilgrosso/</url>
         </developer>
         <developer>
             <id>fmartelli</id>
@@ -170,7 +178,7 @@ under the License.
         <maven>[3.0.3,)</maven>
     </prerequisites>
     
-    <properties>
+    <properties>         
         <targetJdk>1.6</targetJdk>
         
         <servlet-api.version>2.5</servlet-api.version>
@@ -622,15 +630,6 @@ under the License.
             <url>http://maven.alfresco.com/nexus/content/repositories/activiti</url>
         </repository>
 
-        <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://repository.apache.org/snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-
     </repositories>
     
     <pluginRepositories>
@@ -908,55 +907,56 @@ under the License.
                 <artifactId>maven-site-plugin</artifactId>
                 <version>3.0</version>
                 <configuration>
-                    <locales>en,it</locales>
+                    <locales>en</locales>
                     <reportPlugins>
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-checkstyle-plugin</artifactId>
-                            <version>2.8</version>
+                            <artifactId>maven-project-info-reports-plugin</artifactId>
+                            <version>2.4</version>
                             <configuration>
-                                <configLocation>org/syncope/checkstyle.xml</configLocation>
-                                <targetJdk>${targetJdk}</targetJdk>
+                                <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                                <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                             </configuration>
-                        </plugin>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-jxr-plugin</artifactId>
-                            <version>2.3</version>
+                            <reportSets>
+                                <reportSet>
+                                    <reports>
+                                        <report>summary</report>
+                                        <report>mailing-list</report>
+                                        <report>project-team</report>
+                                        <report>scm</report>
+                                        <report>cim</report>
+                                        <report>issue-tracking</report>
+                                        <report>dependency-management</report>
+                                        <report>distribution-management</report>
+                                        <report>plugin-management</report>
+                                        <report>plugins</report>
+                                        <report>license</report>
+                                    </reports>
+                                </reportSet>
+                            </reportSets>
                         </plugin>
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-javadoc-plugin</artifactId>
-                            <version>2.9</version>
-                        </plugin>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-pmd-plugin</artifactId>
-                            <version>2.7.1</version>
-                            <configuration>
-                                <targetJdk>${targetJdk}</targetJdk>
-                                <rulesets>
-                                    <ruleset>org/syncope/pmd.xml</ruleset>
-                                </rulesets>
-                                <format>xml</format>
-                                <linkXref>true</linkXref>
-                                <sourceEncoding>utf-8</sourceEncoding>
-                                <minimumTokens>100</minimumTokens>
-                            </configuration>
-                        </plugin>
-                        <plugin>
-                            <groupId>org.codehaus.mojo</groupId>
-                            <artifactId>findbugs-maven-plugin</artifactId>
-                            <version>2.4.0</version>
-                            <configuration>
-                                <findbugsXmlOutput>true</findbugsXmlOutput>
-                                <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
-                                <xmlOutput>true</xmlOutput>
-                                <targetJdk>${targetJdk}</targetJdk>
-                            </configuration>
+                            <version>2.8.1</version>
+                            <reportSets>
+                                <reportSet>
+                                    <reports>
+                                        <report>aggregate</report>
+                                    </reports>
+                                </reportSet>
+                            </reportSets>
                         </plugin>
                     </reportPlugins>
                 </configuration>
+                <executions>
+                    <execution>
+                        <id>attach-descriptor</id>
+                        <goals>
+                            <goal>attach-descriptor</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>    
         </plugins>
     </build>
@@ -972,6 +972,18 @@ under the License.
             </modules>
         </profile>
         <profile>
+            <id>site</id>
+            <modules>
+                <module>../quality</module>
+                <module>../build-tools</module>
+                <module>../archetype</module>
+                <module>../hibernate-enhancer</module>
+                <module>../client</module>
+                <module>../core</module>
+                <module>../console</module>
+            </modules>
+        </profile>
+        <profile>
             <id>release-sign-artifacts</id>
             <activation>
                 <property>

Added: incubator/syncope/trunk/parent/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/resources/css/site.css?rev=1291905&view=auto
==============================================================================
--- incubator/syncope/trunk/parent/src/site/resources/css/site.css (added)
+++ incubator/syncope/trunk/parent/src/site/resources/css/site.css Tue Feb 21 16:42:35 2012
@@ -0,0 +1,18 @@
+/*
+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.
+*/

Added: incubator/syncope/trunk/parent/src/site/resources/images/apache-incubator-logo.png
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/resources/images/apache-incubator-logo.png?rev=1291905&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/syncope/trunk/parent/src/site/resources/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.jpg
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.jpg?rev=1291905&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.png
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.png?rev=1291905&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-medium.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-small.jpg
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-small.jpg?rev=1291905&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/syncope/trunk/parent/src/site/resources/images/apache-syncope-logo-small.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/syncope/trunk/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/site.xml?rev=1291905&view=auto
==============================================================================
--- incubator/syncope/trunk/parent/src/site/site.xml (added)
+++ incubator/syncope/trunk/parent/src/site/site.xml Tue Feb 21 16:42:35 2012
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed 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/DECORATION/1.1.0" 
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
+                             http://maven.apache.org/xsd/decoration-1.1.0.xsd" 
+         name="Apache Syncope">
+             
+    <bannerRight>
+        <src>images/apache-incubator-logo.png</src>
+        <href>http://incubator.apache.org/</href>
+    </bannerRight>
+
+    <bannerLeft>
+        <src>images/apache-syncope-logo-small.jpg</src>
+        <href>http://incubator.apache.org/syncope</href>
+    </bannerLeft>
+
+    <publishDate position="right"/>
+    <version position="right"/>
+
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.1</version>
+    </skin>
+
+    <body>
+        <links>
+            <item name="Apache" href="http://www.apache.org/"/>
+            <item name="Apache Incubator" href="http://incubator.apache.org"/>
+        </links>
+
+        <breadcrumbs>
+            <item name="Apache Syncope" href="http://incubator.apache.org/syncope"/>
+        </breadcrumbs>
+        
+        <menu ref="reports" inherit="bottom"/>
+
+        <menu name="ASF">
+            <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+            <item name="Foundation" href="http://www.apache.org/foundation/"/>
+            <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+            <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+        </menu>
+
+        <footer>
+            <div class="row span16">
+                Apache Syncope Apache, the Apache feather logo, and the Apache Syncope project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+            </div>
+        </footer>
+    </body>
+
+</project>
\ No newline at end of file

Added: incubator/syncope/trunk/parent/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/xdoc/index.xml?rev=1291905&view=auto
==============================================================================
--- incubator/syncope/trunk/parent/src/site/xdoc/index.xml (added)
+++ incubator/syncope/trunk/parent/src/site/xdoc/index.xml Tue Feb 21 16:42:35 2012
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<!--
+   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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+    <properties>
+        <title>Apache Syncope</title>
+        <author email="syncope-dev@incubator.apache.org">Apache Syncope Documentation Team</author>
+    </properties>
+
+    <body>
+        <div class="hero-unit" style="padding-top: 0px; padding-bottom: 0px;">
+            <img src="images/apache-syncope-logo-medium.png"/>
+
+            <br clear="left"/>
+
+            <p>
+                <span style="font-weight: bold">Apache Syncope</span>
+                is an Open Source system for managing digital identities in enterprise environments, 
+                implemented in JEE technology and released under Apache 2.0 license.
+            </p>
+            <p>
+                In order to run Apache Syncope, a J2EE container (Apache Tomcat, for example) and a DBMS are only needed.
+                <br/>
+                Most DBMSes available either on the market or in the Open Source space are fully supported.
+            </p>
+        </div>
+
+        <div class="alert-message warning">
+            <h2>Disclaimer</h2>
+            <p>Apache Syncope is an effort undergoing
+                <a href="http://incubator.apache.org/">incubation</a>
+                at
+                The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly
+                accepted projects until a further review indicates that the infrastructure, communications, and decision making
+                process have stabilized in a manner consistent with other successful ASF projects.
+                While incubation status is not necessarily a reflection of the completeness or stability of the code,
+                it does indicate that the project has yet to be fully endorsed by the ASF.
+            </p>
+            <p>You can view our current
+                <a href="http://incubator.apache.org/projects/syncope.html">incubation status</a>
+                for more details.
+            </p>
+        </div>
+    </body>
+</document>
\ No newline at end of file