Skip to content

Commit 5dcb42f

Browse files
committed
Formatting / pom.xml and XSL.
1 parent cdb3f86 commit 5dcb42f

File tree

565 files changed

+75604
-67975
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+75604
-67975
lines changed

cachingxslt/pom.xml

+60-58
Original file line numberDiff line numberDiff line change
@@ -22,71 +22,73 @@
2222
~ Rome - Italy. email: [email protected]
2323
-->
2424

25-
<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">
25+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26+
xmlns="http://maven.apache.org/POM/4.0.0"
27+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2628

27-
<modelVersion>4.0.0</modelVersion>
29+
<modelVersion>4.0.0</modelVersion>
2830

29-
<parent>
30-
<groupId>org.geonetwork-opensource</groupId>
31-
<artifactId>geonetwork</artifactId>
32-
<version>3.1.0-SNAPSHOT</version>
33-
</parent>
31+
<parent>
32+
<groupId>org.geonetwork-opensource</groupId>
33+
<artifactId>geonetwork</artifactId>
34+
<version>3.1.0-SNAPSHOT</version>
35+
</parent>
3436

3537

36-
<!-- =========================================================== -->
37-
<!-- Module Description -->
38-
<!-- =========================================================== -->
39-
<groupId>org.geonetwork-opensource</groupId>
40-
<artifactId>cachingxslt</artifactId>
41-
<packaging>jar</packaging>
42-
<name>Caching xslt module</name>
43-
<description>
38+
<!-- =========================================================== -->
39+
<!-- Module Description -->
40+
<!-- =========================================================== -->
41+
<groupId>org.geonetwork-opensource</groupId>
42+
<artifactId>cachingxslt</artifactId>
43+
<packaging>jar</packaging>
44+
<name>Caching xslt module</name>
45+
<description>
4446
Caching xslt project.
4547
</description>
4648

47-
<licenses>
48-
<license>
49-
<name>General Public License (GPL)</name>
50-
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
51-
<distribution>repo</distribution>
52-
</license>
53-
</licenses>
49+
<licenses>
50+
<license>
51+
<name>General Public License (GPL)</name>
52+
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
53+
<distribution>repo</distribution>
54+
</license>
55+
</licenses>
5456

55-
<dependencies>
56-
<dependency>
57-
<groupId>log4j</groupId>
58-
<artifactId>log4j</artifactId>
59-
</dependency>
60-
<dependency>
61-
<groupId>net.sf.saxon</groupId>
62-
<artifactId>saxon</artifactId>
63-
</dependency>
64-
<dependency>
65-
<groupId>${project.groupId}</groupId>
66-
<artifactId>common</artifactId>
67-
<version>${project.version}</version>
68-
</dependency>
69-
</dependencies>
57+
<dependencies>
58+
<dependency>
59+
<groupId>log4j</groupId>
60+
<artifactId>log4j</artifactId>
61+
</dependency>
62+
<dependency>
63+
<groupId>net.sf.saxon</groupId>
64+
<artifactId>saxon</artifactId>
65+
</dependency>
66+
<dependency>
67+
<groupId>${project.groupId}</groupId>
68+
<artifactId>common</artifactId>
69+
<version>${project.version}</version>
70+
</dependency>
71+
</dependencies>
7072

71-
<profiles>
72-
<profile>
73-
<id>run-static-analysis</id>
74-
<activation>
75-
<property>
76-
<name>!skipTests</name>
77-
</property>
78-
</activation>
79-
<build>
80-
<plugins>
81-
<plugin>
82-
<groupId>org.codehaus.mojo</groupId>
83-
<artifactId>findbugs-maven-plugin</artifactId>
84-
</plugin>
85-
</plugins>
86-
</build>
87-
</profile>
88-
</profiles>
89-
<properties>
90-
<rootProjectDir>${basedir}/..</rootProjectDir>
91-
</properties>
73+
<profiles>
74+
<profile>
75+
<id>run-static-analysis</id>
76+
<activation>
77+
<property>
78+
<name>!skipTests</name>
79+
</property>
80+
</activation>
81+
<build>
82+
<plugins>
83+
<plugin>
84+
<groupId>org.codehaus.mojo</groupId>
85+
<artifactId>findbugs-maven-plugin</artifactId>
86+
</plugin>
87+
</plugins>
88+
</build>
89+
</profile>
90+
</profiles>
91+
<properties>
92+
<rootProjectDir>${basedir}/..</rootProjectDir>
93+
</properties>
9294
</project>

0 commit comments

Comments
 (0)