Repository: incubator-tamaya
Updated Branches:
  refs/heads/master d133e75ea -> 91981de93


Adjusting POM format

Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/91981de9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/91981de9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/91981de9

Branch: refs/heads/master
Commit: 91981de93f8694b9bcd5a8e217a6585e7b07d59c
Parents: d133e75
Author: Werner Keil <[email protected]>
Authored: Sun Jan 29 21:38:03 2017 +0100
Committer: Werner Keil <[email protected]>
Committed: Sun Jan 29 21:38:03 2017 +0100

----------------------------------------------------------------------
 pom.xml | 122 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 59 insertions(+), 63 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/91981de9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c456902..398f1b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,22 +1,15 @@
-<!--
-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";>
+<!-- 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>
@@ -184,7 +177,7 @@ under the License.
             <email>pottlinger at apache.org</email>
             <timezone>+1</timezone>
         </developer>
-        
+
         <developer>
             <id>wkeil</id>
             <name>Werner Keil</name>
@@ -273,33 +266,33 @@ under the License.
         </dependency>
     </dependencies>
 
-       <!-- Additional repositories -->
-       <repositories>
-               <repository>
-                       <id>jcenter</id>
-                       <name>JCenter</name>
-                       <url>http://jcenter.bintray.com</url>
-               </repository>
-               <repository>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-                       <id>bintray-release</id>
-                       <name>libs-release</name>
-                       <url>http://oss.jfrog.org/artifactory/libs-release</url>
-               </repository>
-               <repository>
-                       <snapshots>
-                               <enabled>true</enabled>
-                       </snapshots>
-                       <id>bintray-snapshot</id>
-                       <name>libs-snapshot</name>
-                       
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
-               </repository>
-       </repositories>
+    <!-- Additional repositories -->
+    <repositories>
+        <repository>
+            <id>jcenter</id>
+            <name>JCenter</name>
+            <url>http://jcenter.bintray.com</url>
+        </repository>
+        <repository>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <id>bintray-release</id>
+            <name>libs-release</name>
+            <url>http://oss.jfrog.org/artifactory/libs-release</url>
+        </repository>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>bintray-snapshot</id>
+            <name>libs-snapshot</name>
+            <url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
+        </repository>
+    </repositories>
 
     <build>
-      <defaultGoal>clean install</defaultGoal>
+        <defaultGoal>clean install</defaultGoal>
         <pluginManagement>
             <plugins>
                 <plugin>
@@ -431,7 +424,8 @@ under the License.
                                 <goal>verify</goal>
                             </goals>
                             <configuration>
-                                <argLine>-Xms512m -Xmx1048m 
-XX:MaxPermSize=512m</argLine>
+                                <argLine>-Xms512m -Xmx1048m
+                                    -XX:MaxPermSize=512m</argLine>
                             </configuration>
                         </execution>
                     </executions>
@@ -451,12 +445,16 @@ under the License.
                             
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                             <addMavenDescriptor>false</addMavenDescriptor>
                             <manifestEntries>
-                                <Specification-Title>Apache 
${project.name}</Specification-Title>
+                                <Specification-Title>Apache
+                                    ${project.name}</Specification-Title>
                                 
<Specification-Version>${project.version}</Specification-Version>
-                                <Specification-Vendor>The Apache Software 
Foundation</Specification-Vendor>
+                                <Specification-Vendor>The Apache
+                                    Software Foundation</Specification-Vendor>
                                 
<Implementation-Title>${project.name}</Implementation-Title>
-                                <Implementation-Version>${project.version} 
${buildNumber}</Implementation-Version>
-                                <Implementation-Vendor>The Apache Software 
Foundation</Implementation-Vendor>
+                                <Implementation-Version>${project.version}
+                                    ${buildNumber}</Implementation-Version>
+                                <Implementation-Vendor>The Apache
+                                    Software Foundation</Implementation-Vendor>
                                 <SCM-Revision>${buildNumber}</SCM-Revision>
                                 <SCM-url>${project.scm.url}</SCM-url>
                             </manifestEntries>
@@ -495,7 +493,8 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <!-- 20160816: 3.5.1 generates a broken site, maybe due to 
old asciidoc version?! -->
+                    <!-- 20160816: 3.5.1 generates a broken site, maybe due 
+                        to old asciidoc version?! -->
                     <version>3.4</version>
                     <inherited>true</inherited>
                     <dependencies>
@@ -514,7 +513,7 @@ under the License.
                             <artifactId>reflow-velocity-tools</artifactId>
                             <version>${reflow-skin.version}</version>
                         </dependency>
-                        <!-- Reflow skin requires Velocity >= 1.7  -->
+                        <!-- Reflow skin requires Velocity >= 1.7 -->
                         <dependency>
                             <groupId>org.apache.velocity</groupId>
                             <artifactId>velocity</artifactId>
@@ -572,13 +571,10 @@ under the License.
                 <configuration>
                     <filesets>
                         <fileset>
-                            <!--
-                             ! This directory is to store  Maven properties 
exported to a file
-                             ! which will be included by various Asciidoctor 
documents
-                             ! to share global properties/attributes.
-                             !
-                             ! see 
https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/170
-                             !-->
+                            <!-- ! This directory is to store Maven properties 
+                                exported to a file ! which will be included by 
various Asciidoctor documents 
+                                ! to share global properties/attributes. ! ! 
see https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/170 
+                                ! -->
                             
<directory>${project.basedir}/temp-properties-files-for-site</directory>
                         </fileset>
                     </filesets>
@@ -729,9 +725,8 @@ under the License.
     </build>
 
     <profiles>
-        <!-- The release profile. It ensures that all checks
-             will be done and everything will be build what need
-             to be build. -->
+        <!-- The release profile. It ensures that all checks will be done 
+            and everything will be build what need to be build. -->
         <profile>
             <id>release</id>
             <activation>
@@ -872,7 +867,8 @@ under the License.
                 <version>2.12</version>
                 <inherited>false</inherited>
                 <configuration>
-                    <columnNames>Type,Fix 
Version,Key,Summary,Assignee,Status,Created</columnNames>
+                    <columnNames>Type,Fix
+                        
Version,Key,Summary,Assignee,Status,Created</columnNames>
                     <maxEntries>200</maxEntries>
                     <onlyCurrentVersion>true</onlyCurrentVersion>
                     <resolutionIds>Fixed</resolutionIds>

Reply via email to