Skip to content

Commit f7f5ee9

Browse files
OP-32198: Remove unused section.
1 parent 711b9ee commit f7f5ee9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

pom.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@
126126
<execution>
127127
<id>attach-sources</id>
128128
<phase>package</phase>
129-
<goals><goal>jar-no-fork</goal></goals>
129+
<goals>
130+
<goal>jar-no-fork</goal>
131+
</goals>
130132
</execution>
131133
</executions>
132134
</plugin>
@@ -138,21 +140,15 @@
138140
<execution>
139141
<id>attach-javadocs</id>
140142
<phase>package</phase>
141-
<goals><goal>jar</goal></goals>
143+
<goals>
144+
<goal>jar</goal>
145+
</goals>
142146
</execution>
143147
</executions>
144148
</plugin>
145149
</plugins>
146150
</build>
147151

148-
<!-- <distributionManagement>-->
149-
<!-- <repository>-->
150-
<!-- <id>ossrh</id>-->
151-
<!-- <name>Sonatype OSSRH Repository</name>-->
152-
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
153-
<!-- </repository>-->
154-
<!-- </distributionManagement>-->
155-
156152
<properties>
157153
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
158154
</properties>

0 commit comments

Comments
 (0)