Skip to content

Commit d135c8c

Browse files
committed
shrink pom
1 parent 0dd0c8c commit d135c8c

File tree

1 file changed

+0
-84
lines changed

1 file changed

+0
-84
lines changed

pom.xml

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -57,59 +57,7 @@
5757
</dependency>
5858
</dependencies>
5959
<build>
60-
<pluginManagement>
61-
<plugins>
62-
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-enforcer-plugin</artifactId>
65-
<version>3.3.0</version>
66-
</plugin>
67-
<plugin>
68-
<groupId>org.apache.maven.plugins</groupId>
69-
<artifactId>maven-clean-plugin</artifactId>
70-
<version>2.5</version>
71-
</plugin>
72-
<plugin>
73-
<groupId>org.apache.maven.plugins</groupId>
74-
<artifactId>maven-install-plugin</artifactId>
75-
<version>2.5.1</version>
76-
</plugin>
77-
<plugin>
78-
<groupId>org.apache.maven.plugins</groupId>
79-
<artifactId>maven-site-plugin</artifactId>
80-
<version>3.3</version>
81-
</plugin>
82-
<plugin>
83-
<groupId>org.apache.maven.plugins</groupId>
84-
<artifactId>maven-resources-plugin</artifactId>
85-
<version>2.6</version>
86-
</plugin>
87-
<plugin>
88-
<groupId>org.apache.maven.plugins</groupId>
89-
<artifactId>maven-deploy-plugin</artifactId>
90-
<version>2.8.1</version>
91-
</plugin>
92-
</plugins>
93-
</pluginManagement>
9460
<plugins>
95-
<plugin>
96-
<groupId>org.apache.maven.plugins</groupId>
97-
<artifactId>maven-enforcer-plugin</artifactId>
98-
<executions>
99-
<execution>
100-
<id>require-all-plugin-versions-to-be-set</id>
101-
<phase>validate</phase>
102-
<goals>
103-
<goal>enforce</goal>
104-
</goals>
105-
<configuration>
106-
<rules>
107-
<requirePluginVersions />
108-
</rules>
109-
</configuration>
110-
</execution>
111-
</executions>
112-
</plugin>
11361
<!-- Compile-time configuration -->
11462
<plugin>
11563
<groupId>org.apache.maven.plugins</groupId>
@@ -162,38 +110,6 @@
162110
</argLine>
163111
</configuration>
164112
</plugin>
165-
<!-- Copy dependencies to dist -->
166-
<plugin>
167-
<groupId>org.apache.maven.plugins</groupId>
168-
<artifactId>maven-dependency-plugin</artifactId>
169-
<version>3.1.1</version>
170-
<executions>
171-
<execution>
172-
<id>copy-dependencies</id>
173-
<phase>package</phase>
174-
<goals>
175-
<goal>copy-dependencies</goal>
176-
</goals>
177-
<configuration>
178-
<includeScope>runtime</includeScope>
179-
<outputDirectory>${project.basedir}/dist/classpath</outputDirectory>
180-
<overWriteReleases>false</overWriteReleases>
181-
<overWriteSnapshots>false</overWriteSnapshots>
182-
<overWriteIfNewer>true</overWriteIfNewer>
183-
</configuration>
184-
</execution>
185-
</executions>
186-
</plugin>
187-
<!-- Copy output jar to dist -->
188-
<plugin>
189-
<groupId>org.apache.maven.plugins</groupId>
190-
<artifactId>maven-jar-plugin</artifactId>
191-
<version>2.3.1</version>
192-
<configuration>
193-
<outputDirectory>${project.basedir}/dist/classpath</outputDirectory>
194-
<finalName>java-language-server</finalName>
195-
</configuration>
196-
</plugin>
197113
</plugins>
198114
</build>
199115
</project>

0 commit comments

Comments
 (0)