svn commit: r1441613 - /struts/struts2/trunk/pom.xml

2013-02-01 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Feb  1 20:12:37 2013
New Revision: 1441613

URL: http://svn.apache.org/viewvc?rev=1441613view=rev
Log:
Adjusts site configuration to use new Apache scm plugin

Modified:
struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1441613r1=1441612r2=1441613view=diff
==
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Fri Feb  1 20:12:37 2013
@@ -1,5 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
-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;
+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;
 
 parent
 groupIdorg.apache.struts/groupId
@@ -8,7 +9,6 @@
 /parent
 
 modelVersion4.0.0/modelVersion
-groupIdorg.apache.struts/groupId
 artifactIdstruts2-parent/artifactId
 version2.3.9-SNAPSHOT/version
 packagingpom/packaging
@@ -54,8 +54,8 @@
 
 distributionManagement
 site
-idapache-site/id
-urlscp://people.apache.org/www/struts.apache.org/2.x//url
+idstruts2-site/id
+
urlscm:svn:https://svn.apache.org/repos/infra/websites/production/struts/content/dev/2.x//url
 /site
 /distributionManagement
 
@@ -73,7 +73,7 @@
 nameThe Apache Software License, Version 2.0/name
 urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/url
 distributionrepo/distribution
-comments /
+comments/
 /license
 /licenses
 
@@ -88,6 +88,12 @@
 ognl.version3.0.6/ognl.version
 asm.version3.3/asm.version
 tiles.version2.0.6/tiles.version
+
+!-- SCM Site Configuration --
+site.mainDirectory${user.home}/struts2-site/site.mainDirectory
+siteContent.path${site.mainDirectory}/staging/siteContent.path
+scmCheckout.path${site.mainDirectory}/scm/scmCheckout.path
+siteDeploy.urlfile://${siteContent.path}/siteDeploy.url
 /properties
 
 profiles
@@ -164,8 +170,9 @@
 /configuration
 /plugin
 plugin
+groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-site-plugin/artifactId
-version3.0/version
+version3.2/version
 /plugin
 plugin
 artifactIdmaven-compiler-plugin/artifactId
@@ -294,8 +301,25 @@
/excludes
/configuration
/plugin --
-
+plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-scm-publish-plugin/artifactId
+version1.0-beta-2/version
+configuration
+checkoutDirectory${scmCheckout.path}/checkoutDirectory
+content${siteContent.path}/content
+/configuration
+/plugin
+plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-site-plugin/artifactId
+version3.1/version
+configuration
+stagingSiteURL${siteDeploy.url}/stagingSiteURL
+/configuration
+/plugin
 /plugins
+
 defaultGoalinstall/defaultGoal
 
 /build




svn commit: r1441615 - /struts/site/trunk/content/resources/extpaths.txt

2013-02-01 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Feb  1 20:16:56 2013
New Revision: 1441615

URL: http://svn.apache.org/viewvc?rev=1441615view=rev
Log:
Defined proper exclude paths

Modified:
struts/site/trunk/content/resources/extpaths.txt

Modified: struts/site/trunk/content/resources/extpaths.txt
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/resources/extpaths.txt?rev=1441615r1=1441614r2=1441615view=diff
==
--- struts/site/trunk/content/resources/extpaths.txt (original)
+++ struts/site/trunk/content/resources/extpaths.txt Fri Feb  1 20:16:56 2013
@@ -1,60 +1,2 @@
-1.0.2
-1.1
-1.2.4
-1.2.7
-1.2.8
-1.2.9
-1.2.x
-1.3.10
-1.3.5
-1.3.8
-1.3.9
-1.x
-2.0.11
-2.0.11.1
-2.0.11.2
-2.0.12
-2.0.14
-2.0.5
-2.0.6
-2.0.7
-2.0.8
-2.0.9
-2.0.x
-2.1.2
-2.1.6
-2.1.8
-2.1.8.1
-2.2.1
-2.2.1.1
-2.2.3
-2.2.3.1
-2.3.1
-2.3.1.1
-2.3.1.2
-2.3.3
-2.3.4
-2.3.4.1
-2.3.7
-2.3.8
-2.x
-api
-dev
-dtds
-img
-js
-legacy
-proposals
-struts-1.2.x
-struts-annotations
-struts-sandbox
-struts2
-struts2-archetype-blank
-struts2-archetype-convention
-struts2-archetype-dbportlet
-struts2-archetype-plugin
-struts2-archetype-portlet
-struts2-archetype-starter
-style
-stylesheets
-uml
\ No newline at end of file
+release
+dev
\ No newline at end of file




svn commit: r848954 - in /websites/staging/struts/trunk/content: ./ extpaths.txt

2013-02-01 Thread buildbot
Author: buildbot
Date: Fri Feb  1 20:17:00 2013
New Revision: 848954

Log:
Staging update by buildbot for struts

Modified:
websites/staging/struts/trunk/content/   (props changed)
websites/staging/struts/trunk/content/extpaths.txt

Propchange: websites/staging/struts/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb  1 20:17:00 2013
@@ -1 +1 @@
-1436272
+1441615

Modified: websites/staging/struts/trunk/content/extpaths.txt
==
--- websites/staging/struts/trunk/content/extpaths.txt (original)
+++ websites/staging/struts/trunk/content/extpaths.txt Fri Feb  1 20:17:00 2013
@@ -1,60 +1,2 @@
-1.0.2
-1.1
-1.2.4
-1.2.7
-1.2.8
-1.2.9
-1.2.x
-1.3.10
-1.3.5
-1.3.8
-1.3.9
-1.x
-2.0.11
-2.0.11.1
-2.0.11.2
-2.0.12
-2.0.14
-2.0.5
-2.0.6
-2.0.7
-2.0.8
-2.0.9
-2.0.x
-2.1.2
-2.1.6
-2.1.8
-2.1.8.1
-2.2.1
-2.2.1.1
-2.2.3
-2.2.3.1
-2.3.1
-2.3.1.1
-2.3.1.2
-2.3.3
-2.3.4
-2.3.4.1
-2.3.7
-2.3.8
-2.x
-api
-dev
-dtds
-img
-js
-legacy
-proposals
-struts-1.2.x
-struts-annotations
-struts-sandbox
-struts2
-struts2-archetype-blank
-struts2-archetype-convention
-struts2-archetype-dbportlet
-struts2-archetype-plugin
-struts2-archetype-portlet
-struts2-archetype-starter
-style
-stylesheets
-uml
\ No newline at end of file
+release
+dev
\ No newline at end of file




svn commit: r848955 - in /websites/production/struts/content: dev/ release/

2013-02-01 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Feb  1 20:19:50 2013
New Revision: 848955

Log:
Prepares site directory structure

Added:
websites/production/struts/content/dev/
websites/production/struts/content/release/



svn commit: r848958 - /websites/production/struts/content/release/2.0.x/

2013-02-01 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Feb  1 20:23:43 2013
New Revision: 848958

Log:
Automatic svn path creation: 
https://svn.apache.org/repos/infra/websites/production/struts/content/release/2.0.x/

Added:
websites/production/struts/content/release/2.0.x/



[CONF] Confluence Changes in the last 24 hours

2013-02-01 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache ActiveMQ (https://cwiki.apache.org/confluence/display/ACTIVEMQ)

Pages
-
ActiveMQ Performance Module Users Manual edited by  ceposta  (02:24 PM)
https://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+Performance+Module+Users+Manual



Apache Bigtop (https://cwiki.apache.org/confluence/display/BIGTOP)

Pages
-
How to install Hadoop distribution from Bigtop 0.5.0 edited by  mazzag  (01:01 
PM)
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+install+Hadoop+distribution+from+Bigtop+0.5.0



Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL)

Pages
-
Camel 3.0 - Ideas edited by  hadr...@apache.org  (07:18 PM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+3.0+-+Ideas

Camel 3.0 - Roadmap edited by  hadr...@apache.org  (07:04 PM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+3.0+-+Roadmap

Camel 2.11.0 Release edited by  davsclaus  (11:42 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.11.0+Release

HDFS edited by  davsclaus  (06:27 AM)
https://cwiki.apache.org/confluence/display/CAMEL/HDFS

Twitter edited by  njiang  (04:00 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Twitter



Apache Cloudstack (https://cwiki.apache.org/confluence/display/CLOUDSTACK)

Pages
-
IPv6 support edited by  yasker  (05:57 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/IPv6+support

REST API Server Architecture edited by  minc  (02:22 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/REST+API+Server+Architecture

Security Groups Isolation in Advanced Zone edited by  animeshc  (01:39 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Security+Groups+Isolation+in+Advanced+Zone

Zone-wide primary storage target edited by  animeshc  (01:35 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Zone-wide+primary+storage+target

Persistent Networks without a running VM edited by  sailajam  (10:00 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Persistent+Networks+without+a+running+VM

SNMP Alerts Support in CloudStack created by abhinavr (04:14 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/SNMP+Alerts+Support+in+CloudStack



Apache Geronimo Documentation 
(https://cwiki.apache.org/confluence/display/geronimo)

Pages
-
Tips for writing and formatting documentation edited by  gawor  (08:54 PM)
https://cwiki.apache.org/confluence/display/geronimo/Tips+for+writing+and+formatting+documentation



Apache Geronimo v3.0 (https://cwiki.apache.org/confluence/display/GMOxDOC30)

Pages
-
daytrader - a more complex application edited by  gawor  (08:43 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/daytrader+-+a+more+complex+application

Removing database pools edited by  gawor  (08:40 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Removing+database+pools

Deploying and running JPA application client edited by  gawor  (08:39 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Deploying+and+running+JPA+application+client

Configuring a DB2 datasource edited by  gawor  (08:32 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Configuring+a+DB2+datasource

Creating deployment plans for enterprise applications edited by  gawor  (08:30 
PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Creating+deployment+plans+for+enterprise+applications

Creating deployment plans for Java EE application clients edited by  gawor  
(08:30 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Creating+deployment+plans+for+Java+EE+application+clients

Developing persistence for JSF applications with JPA edited by  gawor  (08:28 
PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Developing+persistence+for+JSF+applications+with+JPA

Developing container managed persistence with JPA edited by  gawor  (08:26 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Developing+container+managed+persistence+with+JPA

Developing bean managed persistence with JPA edited by  gawor  (08:24 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Developing+bean+managed+persistence+with+JPA

ldap-sample-app - LDAP Sample Application edited by  gawor  (08:22 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/ldap-sample-app+-+LDAP+Sample+Application

Developing user interface with JSF edited by  gawor  (08:15 PM)