Skip to content

Commit facc762

Browse files
committed
#63 - Fixed formatting in parent pom.xml.
1 parent 12bf4a6 commit facc762

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

Diff for: parent/pom.xml

+57-57
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,45 @@
22
<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">
33

44
<!--
5-
5+
66
Global parent pom.xml for Spring Data modules to inherit from.
7-
7+
88
- Shared resources are pulled in from the spring-data-build-resources dependency (images, CSS, XSLTs for documentation generation)
99
- Renders reference documentation from Docbook file named index.xml within src/docbkx
1010
- In the "distribute" profile, two assemblies are generated:
1111
- one to be published on the download portal (incl. binaries, sources, javadoc (jarred and browsable), reference documentation in pdf, html and html single page)
1212
- one to be uploaded to static.springsource.org (incl. javadoc (browsable), reference docs as described before)
13-
13+
1414
Preconfigures the following:
15-
15+
1616
- Logging dependencies: SLF4j + Commons Logging bridge and Logback as test dependency
1717
- Test dependencies: JUnit / Hamcrest / Mockito
1818
- Dependency versions for commonly used dependencies
19-
19+
2020
-->
2121

2222
<modelVersion>4.0.0</modelVersion>
23-
23+
2424
<artifactId>spring-data-parent</artifactId>
2525
<packaging>pom</packaging>
26-
26+
2727
<parent>
2828
<groupId>org.springframework.data.build</groupId>
2929
<artifactId>spring-data-build</artifactId>
3030
<version>1.4.0.BUILD-SNAPSHOT</version>
31-
<relativePath>../pom.xml</relativePath>
31+
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

3434
<name>Spring Data Build - General parent module</name>
3535
<description>Global parent pom.xml to be used by Spring Data modules</description>
3636
<url>http://www.spring.io/spring-data</url>
3737
<inceptionYear>2011-2014</inceptionYear>
38-
38+
3939
<organization>
4040
<name>Pivotal Software, Inc.</name>
4141
<url>http://www.spring.io</url>
4242
</organization>
43-
43+
4444
<developers>
4545
<developer>
4646
<id>ogierke</id>
@@ -54,20 +54,20 @@
5454
<timezone>+1</timezone>
5555
</developer>
5656
</developers>
57-
57+
5858
<licenses>
5959
<license>
6060
<name>Apache License, Version 2.0</name>
6161
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
6262
<comments>
6363
Copyright 2008-2013 the original author or authors.
64-
64+
6565
Licensed under the Apache License, Version 2.0 (the "License");
6666
you may not use this file except in compliance with the License.
6767
You may obtain a copy of the License at
68-
68+
6969
http://www.apache.org/licenses/LICENSE-2.0
70-
70+
7171
Unless required by applicable law or agreed to in writing, software
7272
distributed under the License is distributed on an "AS IS" BASIS,
7373
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
@@ -77,9 +77,9 @@
7777
</comments>
7878
</license>
7979
</licenses>
80-
80+
8181
<properties>
82-
82+
8383
<bundlor.enabled>true</bundlor.enabled>
8484
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -102,7 +102,7 @@
102102
<!-- Additional properties required to be set in settings.xml -->
103103
<!-- dist.accessKey -->
104104
<!-- dist.secretKey -->
105-
105+
106106
<apt>1.1.1</apt>
107107
<aspectj>1.7.4</aspectj>
108108
<cdi>1.0</cdi>
@@ -118,7 +118,7 @@
118118
<webbeans>1.2.2</webbeans>
119119

120120
</properties>
121-
121+
122122
<profiles>
123123

124124
<profile>
@@ -157,11 +157,11 @@
157157
-->
158158

159159
<id>distribute</id>
160-
160+
161161
<properties>
162162
<shared.resources>${project.build.directory}/shared-resources</shared.resources>
163163
</properties>
164-
164+
165165
<dependencies>
166166
<dependency>
167167
<groupId>org.springframework.data.build</groupId>
@@ -171,11 +171,11 @@
171171
<type>zip</type>
172172
</dependency>
173173
</dependencies>
174-
174+
175175
<build>
176-
176+
177177
<plugins>
178-
178+
179179
<!--
180180
Unpacks the content of spring-data-build-resources into the shared resources folder.
181181
-->
@@ -204,7 +204,7 @@
204204
<!--
205205
Configures JavaDoc generation.
206206
-->
207-
207+
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-javadoc-plugin</artifactId>
@@ -218,11 +218,11 @@
218218
</execution>
219219
</executions>
220220
</plugin>
221-
221+
222222
<!--
223223
Renders reference documentation from Docbook sources.
224224
-->
225-
225+
226226
<plugin>
227227
<groupId>com.agilejava.docbkx</groupId>
228228
<artifactId>docbkx-maven-plugin</artifactId>
@@ -310,7 +310,7 @@
310310
</execution>
311311

312312
</executions>
313-
313+
314314
<dependencies>
315315
<dependency>
316316
<groupId>org.docbook</groupId>
@@ -319,7 +319,7 @@
319319
<scope>runtime</scope>
320320
</dependency>
321321
</dependencies>
322-
322+
323323
<!-- Common Docbook configuration -->
324324
<configuration>
325325
<includes>index.xml</includes>
@@ -336,8 +336,8 @@
336336
</entities>
337337
</configuration>
338338
</plugin>
339-
340-
<!--
339+
340+
<!--
341341
Copies all namespaces schemas to target/schemas flatten the directory structure.
342342
Depended on by the site.xml assembly descriptor.
343343
-->
@@ -358,7 +358,7 @@
358358
</dependency>
359359
</dependencies>
360360
<executions>
361-
361+
362362
<execution>
363363
<id>copy-documentation-images</id>
364364
<phase>process-resources</phase>
@@ -378,7 +378,7 @@
378378
<goal>run</goal>
379379
</goals>
380380
</execution>
381-
381+
382382
<execution>
383383
<id>collect-schema-files</id>
384384
<phase>process-resources</phase>
@@ -416,12 +416,12 @@
416416
</plugin>
417417

418418
</plugins>
419-
419+
420420
<pluginManagement>
421421
<plugins>
422-
423-
<!--
424-
Creates two zip files for download as well as API and reference documentation distribution.
422+
423+
<!--
424+
Creates two zip files for download as well as API and reference documentation distribution.
425425
-->
426426
<plugin>
427427
<groupId>org.apache.maven.plugins</groupId>
@@ -509,14 +509,14 @@
509509
</pluginManagement>
510510
</build>
511511
</profile>
512-
512+
513513
<profile>
514514
<id>milestone</id>
515515
<properties>
516516
<dist.releaseType>milestone</dist.releaseType>
517517
</properties>
518518
</profile>
519-
519+
520520
<profile>
521521
<id>release</id>
522522
<properties>
@@ -602,9 +602,9 @@
602602
</repository>
603603
</repositories>
604604
</profile>
605-
605+
606606
</profiles>
607-
607+
608608
<dependencyManagement>
609609
<dependencies>
610610
<dependency>
@@ -616,44 +616,44 @@
616616
</dependency>
617617
</dependencies>
618618
</dependencyManagement>
619-
619+
620620
<dependencies>
621-
621+
622622
<!-- Test -->
623623
<dependency>
624624
<groupId>org.hamcrest</groupId>
625625
<artifactId>hamcrest-library</artifactId>
626626
<version>${hamcrest}</version>
627627
<scope>test</scope>
628628
</dependency>
629-
629+
630630
<dependency>
631631
<groupId>org.hamcrest</groupId>
632632
<artifactId>hamcrest-core</artifactId>
633633
<version>${hamcrest}</version>
634634
<scope>test</scope>
635635
</dependency>
636-
636+
637637
<dependency>
638638
<groupId>junit</groupId>
639639
<artifactId>junit</artifactId>
640640
<version>${junit}</version>
641641
<scope>test</scope>
642642
</dependency>
643-
643+
644644
<dependency>
645645
<groupId>org.mockito</groupId>
646646
<artifactId>mockito-core</artifactId>
647647
<version>${mockito}</version>
648648
<scope>test</scope>
649649
</dependency>
650-
650+
651651
<dependency>
652652
<groupId>org.springframework</groupId>
653653
<artifactId>spring-test</artifactId>
654654
<scope>test</scope>
655655
</dependency>
656-
656+
657657
<!-- Logging -->
658658
<dependency>
659659
<groupId>org.slf4j</groupId>
@@ -674,9 +674,9 @@
674674
<version>${logback}</version>
675675
<scope>test</scope>
676676
</dependency>
677-
677+
678678
</dependencies>
679-
679+
680680
<build>
681681

682682
<extensions>
@@ -694,9 +694,9 @@
694694
<artifactId>maven-dependency-plugin</artifactId>
695695
<version>2.8</version>
696696
</plugin>
697-
697+
698698
<plugin>
699-
<groupId>org.apache.maven.plugins</groupId>
699+
<groupId>org.apache.maven.plugins</groupId>
700700
<artifactId>maven-compiler-plugin</artifactId>
701701
<version>3.1</version>
702702
<configuration>
@@ -716,7 +716,7 @@
716716
</includes>
717717
</configuration>
718718
</plugin>
719-
719+
720720
<plugin>
721721
<groupId>org.apache.maven.plugins</groupId>
722722
<artifactId>maven-jar-plugin</artifactId>
@@ -725,7 +725,7 @@
725725
<useDefaultManifestFile>true</useDefaultManifestFile>
726726
</configuration>
727727
</plugin>
728-
728+
729729
<plugin>
730730
<artifactId>maven-source-plugin</artifactId>
731731
<version>2.1.2</version>
@@ -738,7 +738,7 @@
738738
</execution>
739739
</executions>
740740
</plugin>
741-
741+
742742
<plugin>
743743
<groupId>com.springsource.bundlor</groupId>
744744
<artifactId>com.springsource.bundlor.maven</artifactId>
@@ -778,7 +778,7 @@
778778
</links>
779779
</configuration>
780780
</plugin>
781-
781+
782782
<plugin>
783783
<groupId>org.apache.maven.plugins</groupId>
784784
<artifactId>maven-deploy-plugin</artifactId>
@@ -790,7 +790,7 @@
790790

791791
</plugins>
792792
</build>
793-
793+
794794
<repositories>
795795
<repository>
796796
<id>spring-libs-release</id>
@@ -800,7 +800,7 @@
800800
</snapshots>
801801
</repository>
802802
</repositories>
803-
803+
804804
<pluginRepositories>
805805
<pluginRepository>
806806
<id>spring-plugins-release</id>

0 commit comments

Comments
 (0)