Author: lindner
Date: Tue Jan 26 06:25:13 2010
New Revision: 903100
URL: http://svn.apache.org/viewvc?rev=903100&view=rev
Log:
SHINDIG-1270 | Shindig TLP prep
Added:
incubator/shindig/trunk/my-app/
incubator/shindig/trunk/my-app/pom.xml
incubator/shindig/trunk/php/pom.xml
Modified:
incubator/shindig/trunk/COMMITTERS
incubator/shindig/trunk/assembly/pom.xml
incubator/shindig/trunk/features/pom.xml
incubator/shindig/trunk/java/common/pom.xml
incubator/shindig/trunk/java/gadgets/pom.xml
incubator/shindig/trunk/java/samples/pom.xml
incubator/shindig/trunk/java/server/pom.xml
incubator/shindig/trunk/java/social-api/pom.xml
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/COMMITTERS
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/COMMITTERS?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/COMMITTERS (original)
+++ incubator/shindig/trunk/COMMITTERS Tue Jan 26 06:25:13 2010
@@ -9,6 +9,7 @@
Blanket commit access:
+ lindner Paul Lindner [email protected] PMC Chair
agektmr Eiji Kitamura [email protected] PMC Member
brianm Brian McCallister [email protected] PMC Member
Mentor
chabotc Chris Chabot [email protected] PMC Member
@@ -18,9 +19,9 @@
etnu Kevin Brown [email protected] PMC Member
ieb Ian Boston [email protected] PMC Member
evan Evan Gilbert [email protected] PMC Member
+ jasvir Jasvir Nagra [email protected] PMC Member
johnh John Hjelmstad [email protected] PMC Member
jyang Jun Yang [email protected] PMC Member
- lindner Paul Lindner [email protected] PMC Member
sgala Santiago Gala [email protected] Emeritus
Mentor
lryan Louis Ryan [email protected] PMC Member
martint Martin Traverso [email protected] PMC Member
@@ -33,4 +34,4 @@
sylvain Sylvain Wallez [email protected] Mentor
tomdz Thomas Dudziak [email protected] Mentor
upayavira Upayavira [email protected] Mentor
- dharkness David Harkness [email protected] Emeritus
+ dharkness David Harkness [email protected] Emeritus
\ No newline at end of file
Modified: incubator/shindig/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/assembly/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/assembly/pom.xml (original)
+++ incubator/shindig/trunk/assembly/pom.xml Tue Jan 26 06:25:13 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,11 +33,11 @@
<description>Assembles the Java/PHP code base into a deployment
package.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/assembly
+ <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/assembly
</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/assembly
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/assembly
</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/assembly</url>
+ <url>http://svn.apache.org/viewvc/shindig/trunk/assembly</url>
</scm>
<build>
Modified: incubator/shindig/trunk/features/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/features/pom.xml (original)
+++ incubator/shindig/trunk/features/pom.xml Tue Jan 26 06:25:13 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: incubator/shindig/trunk/java/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/java/common/pom.xml (original)
+++ incubator/shindig/trunk/java/common/pom.xml Tue Jan 26 06:25:13 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -33,9 +33,9 @@
<description>Common java code for Shindig</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/common</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/common</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/java/common</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/java/common</developerConnection>
+ <url>http://svn.apache.org/viewvc/shindig/trunk/java/common</url>
</scm>
<build>
Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Tue Jan 26 06:25:13 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -34,9 +34,9 @@
all javascript required by the OpenSocial specification.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/java/gadgets</developerConnection>
+ <url>http://svn.apache.org/viewvc/shindig/trunk/java/gadgets</url>
</scm>
<build>
Modified: incubator/shindig/trunk/java/samples/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Tue Jan 26 06:25:13 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -33,9 +33,9 @@
<description>Provides Sample implementations of the SPI and API's inside the
core of Shindig.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/samples</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/samples</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/java/samples</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/java/samples</developerConnection>
+ <url>http://svn.apache.org/viewvc/shindig/trunk/java/samples</url>
</scm>
<repositories>
Modified: incubator/shindig/trunk/java/server/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/java/server/pom.xml (original)
+++ incubator/shindig/trunk/java/server/pom.xml Tue Jan 26 06:25:13 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -33,9 +33,9 @@
<description>Default server war containing both the gadget rendering code
and the social api code.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/server</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/server</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/java/server</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/java/server</developerConnection>
+ <url>http://svn.apache.org/viewvc/shindig/trunk/java/server</url>
</scm>
<properties>
Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Tue Jan 26 06:25:13 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -33,9 +33,9 @@
<description>Serves OpenSocial Data and the RESTful APIs.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/social-api</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/social-api</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/java/social-api</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/java/social-api</developerConnection>
+ <url>http://svn.apache.org/viewvc/shindig/trunk/java/social-api</url>
</scm>
<build>
Added: incubator/shindig/trunk/my-app/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/my-app/pom.xml?rev=903100&view=auto
==============================================================================
--- incubator/shindig/trunk/my-app/pom.xml (added)
+++ incubator/shindig/trunk/my-app/pom.xml Tue Jan 26 06:25:13 2010
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.sample</groupId>
+ <artifactId>my-app</artifactId>
+ <packaging>php</packaging>
+ <name>Sample PHP 5 web project</name>
+ <version>1.0-SNAPSHOT</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.phpmaven</groupId>
+ <artifactId>maven-php-plugin</artifactId>
+ <version>1.0</version>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-2</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.phpmaven</groupId>
+
<artifactId>maven-php-plugin</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <id>bundle-project-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>
+
php-webapp
+ </descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.phpunit</groupId>
+ <artifactId>phpunit5</artifactId>
+ <version>3.3.9</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.phpmaven</groupId>
+ <artifactId>maven-php-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+
<report>report-only</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Added: incubator/shindig/trunk/php/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/pom.xml?rev=903100&view=auto
==============================================================================
--- incubator/shindig/trunk/php/pom.xml (added)
+++ incubator/shindig/trunk/php/pom.xml Tue Jan 26 06:25:13 2010
@@ -0,0 +1,101 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-project</artifactId>
+ <version>1.1-BETA6-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>shindig-php</artifactId>
+ <packaging>php</packaging>
+
+ <name>Shindig PHP version</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.phpmaven</groupId>
+ <artifactId>maven-php-plugin</artifactId>
+ <version>1.0</version>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-2</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.phpmaven</groupId>
+ <artifactId>maven-php-plugin</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <id>bundle-project-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>
+ php-webapp
+ </descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.phpunit</groupId>
+ <artifactId>phpunit5</artifactId>
+ <version>3.3.9</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.phpmaven</groupId>
+ <artifactId>maven-php-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>report-only</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=903100&r1=903099&r2=903100&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue Jan 26 06:25:13 2010
@@ -28,7 +28,7 @@
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-incubating-SNAPSHOT</version>
+ <version>1.1-BETA6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -37,7 +37,7 @@
backend APIs and proxy required for hosting OpenSocial
applications.
</description>
- <url>http://incubator.apache.org/shindig</url>
+ <url>http://shindig.apache.org</url>
<inceptionYear>2007</inceptionYear>
<prerequisites>
@@ -48,9 +48,9 @@
<!-- S C M
-->
<!-- ======================================================================
-->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/shindig/trunk</url>
</scm>
<!-- ======================================================================
-->
@@ -76,7 +76,7 @@
<!-- This is the technical website for Shindig 1.1.x -->
<site>
<id>apache.website</id>
-
<url>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x</url>
+ <url>scp://people.apache.org/www/shindig.apache.org/shindig-1.1.x</url>
</site>
</distributionManagement>
@@ -86,25 +86,31 @@
<mailingLists>
<mailingList>
<name>Shindig Dev List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/</archive>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/shindig-dev/</archive>
<otherArchives>
<otherArchive>http://shindig-dev.markmail.org/</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
+ <name>Shindig User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/shindig-user/</archive>
+ </mailingList>
+ <mailingList>
<name>Shindig Commit List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-shindig-commits/</archive>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/shindig-commits/</archive>
</mailingList>
<mailingList>
<name>Shindig Issues List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-shindig-issues/</archive>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/shindig-issues/</archive>
</mailingList>
</mailingLists>
@@ -114,6 +120,15 @@
<!-- Developers listed by PMC Chair, PMC, Mentors, Committers, Contributers,
all alphabetical-->
<developers>
<!-- PMC Chair -->
+ <developer>
+ <id>lindner</id>
+ <name>Paul Lindner</name>
+ <email>[email protected]</email>
+ <organization>ASF</organization>
+ <roles>
+ <role>PMC Chair</role>
+ </roles>
+ </developer>
<!-- PMC -->
<developer>
<id>agektmr</id>
@@ -225,15 +240,6 @@
</roles>
</developer>
<developer>
- <id>lindner</id>
- <name>Paul Lindner</name>
- <email>[email protected]</email>
- <organization>ASF</organization>
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
<id>sgala</id>
<name>Santiago Gala</name>
<email>[email protected]</email>
@@ -523,7 +529,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
-
<stagingSiteURL>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x/${pom.version}</stagingSiteURL>
+
<stagingSiteURL>scp://people.apache.org/www/shindig.apache.org/shindig-1.1.x/${pom.version}</stagingSiteURL>
</configuration>
</plugin>
<plugin>
@@ -541,8 +547,8 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.3</version>
<configuration>
-
<configLocation>http://svn.apache.org/repos/asf/incubator/shindig/trunk/etc/checkstyle/checkstyle.xml</configLocation>
-
<headerLocation>http://svn.apache.org/repos/asf/incubator/shindig/trunk/etc/checkstyle/java.header</headerLocation>
+
<configLocation>http://svn.apache.org/repos/asf/shindig/trunk/etc/checkstyle/checkstyle.xml</configLocation>
+
<headerLocation>http://svn.apache.org/repos/asf/shindig/trunk/etc/checkstyle/java.header</headerLocation>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>