Parcourir la source

SEC-696: Updated index text and pom.xml (urls for site etc)

Luke Taylor il y a 17 ans
Parent
commit
e4312aed5d
2 fichiers modifiés avec 18 ajouts et 22 suppressions
  1. 15 19
      pom.xml
  2. 3 3
      src/site/apt/index.apt

+ 15 - 19
pom.xml

@@ -24,12 +24,10 @@
     <description>Spring Security</description>
     <organization>
         <name>SpringSource, Inc</name>
-        <url>http://sourceforge.net/projects/acegisecurity</url>
-        <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
+        <url>http://www.springsource.com/</url>
     </organization>
     <inceptionYear>2004</inceptionYear>
-    <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
-    <url>http://acegisecurity.org/</url>
+    <url>http://static.springframework.org/spring-security/site/index.html</url>
 
     <licenses>
         <license>
@@ -52,7 +50,7 @@
     </issueManagement>
     <ciManagement>
         <system>bamboo</system>
-        <url>http://build.springframework.org:8085/bamboo/</url>
+        <url>https://build.springframework.org/browse/SEC</url>
     </ciManagement>    
 
     <distributionManagement>	
@@ -158,11 +156,6 @@
             <id>raykrueger</id>
             <email>raykrueger at users.sourceforge.net</email>
         </developer>
-        <developer>
-            <name>Robert Sanders</name>
-            <id>robertsanders</id>
-            <email>robertsanders at users.sourceforge.net</email>
-        </developer>
         <developer>
             <name>Mark St.Godard</name>
             <id>markstg</id>
@@ -488,18 +481,21 @@
                 <artifactId>maven-jxr-plugin</artifactId>
                 <configuration>
                     <aggregate>true</aggregate>
+                    <excludes>
+                        <exclude>bigbank/**</exclude>
+                    </excludes>
                 </configuration>                
             </plugin>
             <!--
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-checkstyle-plugin</artifactId>
-                            <configuration>
-                                <configLocation>
-                                    acegi_checkstyle.xml
-                                </configLocation>
-                            </configuration>
-                        </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-checkstyle-plugin</artifactId>
+                    <configuration>
+                        <configLocation>
+                            acegi_checkstyle.xml
+                        </configLocation>
+                    </configuration>
+                </plugin>
             -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

+ 3 - 3
src/site/apt/index.apt

@@ -4,9 +4,9 @@
 
 What is Spring Security?
 
-      Spring Security is the renamed Acegi Security System for Spring, which became an official Spring
-      Portfolio project towards the end of 2007. It is the portolio's security offering, focused on providing a powerful and 
-      flexible security solution for enterprise applications developed using the Spring Framework.
+      Formerly the Acegi Security System for Spring (which became an official Spring
+      Portfolio project towards the end of 2007), Spring Security is provides powerful and 
+      flexible security solutions for enterprise applications developed using the Spring Framework.
       It is a stable and mature product - Acegi Security 1.0.0 was released in May 2006 after more than two and a half 
       years of use in large production software projects.