Skip to content

Commit 5a713f4

Browse files
committed
[#4848] fixed run the maven-source-plugin command twice problem
1 parent 59ebf69 commit 5a713f4

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

parents/default/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,4 @@
9292
<scope>test</scope>
9393
</dependency>
9494
</dependencies>
95-
96-
<build>
97-
<plugins>
98-
<plugin>
99-
<artifactId>maven-source-plugin</artifactId>
100-
<executions>
101-
<execution>
102-
<id>attach-sources</id>
103-
<goals>
104-
<goal>jar</goal>
105-
</goals>
106-
</execution>
107-
</executions>
108-
</plugin>
109-
</plugins>
110-
</build>
11195
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
</execution>
521521
</executions>
522522
<configuration>
523-
<source>1.8</source>
523+
<source>21</source>
524524
<tags>
525525
<tag>
526526
<!-- to avoid protostuff javadoc problem. -->

0 commit comments

Comments
 (0)