Skip to content

Commit 98eb769

Browse files
committed
Reduce vertical whitespace
1 parent 79ceb32 commit 98eb769

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,14 @@
2323
<artifactId>commons-parent</artifactId>
2424
<version>85</version>
2525
</parent>
26-
2726
<modelVersion>4.0.0</modelVersion>
2827
<artifactId>commons-vfs2-project</artifactId>
2928
<name>Apache Commons VFS Project</name>
3029
<description>Apache Commons VFS is a Virtual File System library.</description>
3130
<packaging>pom</packaging>
3231
<version>2.11.0-SNAPSHOT</version>
33-
3432
<url>https://commons.apache.org/proper/commons-vfs/</url>
3533
<inceptionYear>2002</inceptionYear>
36-
3734
<modules>
3835
<module>commons-vfs2</module>
3936
<module>commons-vfs2-ant</module>
@@ -45,12 +42,10 @@
4542
<module>commons-vfs2-distribution</module>
4643
</modules>
4744
<!-- commons-vfs2-sandbox is in profile include-sandbox -->
48-
4945
<issueManagement>
5046
<system>jira</system>
5147
<url>https://issues.apache.org/jira/browse/VFS</url>
5248
</issueManagement>
53-
5449
<scm>
5550
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-vfs.git</connection>
5651
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-vfs.git</developerConnection>
@@ -60,10 +55,8 @@
6055
<properties>
6156
<commons.parent.dir>${basedir}</commons.parent.dir>
6257
<commons.encoding>UTF-8</commons.encoding>
63-
6458
<maven.compiler.source>1.8</maven.compiler.source>
6559
<maven.compiler.target>1.8</maven.compiler.target>
66-
6760
<!-- bare ID without major version or commons- prefix -->
6861
<commons.componentid>vfs</commons.componentid>
6962
<commons.packageId>vfs2</commons.packageId>
@@ -89,7 +82,6 @@
8982
<commons.release.name>commons-vfs-${commons.release.version}</commons.release.name>
9083
<commons.release.desc>(requires Java 8 or above)</commons.release.desc>
9184
<commons.release.isDistModule>false</commons.release.isDistModule>
92-
9385
<!-- make sure bundle plugin has dependency informations for 'optional' -->
9486
<commons.osgi.excludeDependencies />
9587
<commons.osgi.import>
@@ -116,7 +108,6 @@
116108
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
117109
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
118110
</properties>
119-
120111
<build>
121112
<!-- japicmp:cmp needs package to work from a jar -->
122113
<defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check checkstyle:check</defaultGoal>
@@ -195,7 +186,6 @@
195186
</plugin>
196187
</plugins>
197188
</pluginManagement>
198-
199189
<resources>
200190
<resource>
201191
<directory>${basedir}/osgi</directory>
@@ -205,7 +195,6 @@
205195
</includes>
206196
</resource>
207197
</resources>
208-
209198
<plugins>
210199
<plugin>
211200
<groupId>org.apache.maven.plugins</groupId>
@@ -277,7 +266,6 @@
277266
</plugin>
278267
</plugins>
279268
</build>
280-
281269
<reporting>
282270
<plugins>
283271
<plugin>
@@ -352,7 +340,6 @@
352340
-->
353341
</plugins>
354342
</reporting>
355-
356343
<dependencyManagement>
357344
<dependencies>
358345
<!-- artifacts of project, versions managed by release-plugin -->
@@ -378,7 +365,6 @@
378365
<artifactId>commons-vfs2-examples</artifactId>
379366
<version>${project.version}</version>
380367
</dependency>
381-
382368
<!-- 3rd party dependencies -->
383369
<dependency>
384370
<groupId>commons-logging</groupId>
@@ -602,15 +588,13 @@
602588
</dependency>
603589
</dependencies>
604590
</dependencyManagement>
605-
606591
<distributionManagement>
607592
<site>
608593
<id>commons.site</id>
609594
<name>Apache Commons Site</name>
610595
<url>scm:svn:${commons.scmPubUrl}</url>
611596
</site>
612597
</distributionManagement>
613-
614598
<!-- Releasing VFS as a multi-module build with binary artifacts is somewhat painful. This profile hooks into the commons-parent
615599
and the apache-pom to get the build done and then uses the assembly to package it up. -->
616600
<profiles>

0 commit comments

Comments
 (0)