Skip to content

Commit a9fdc22

Browse files
authored
[#4848] fixed run the maven-source-plugin command twice problem (#4849)
1 parent 1abf8db commit a9fdc22

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
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>

0 commit comments

Comments
 (0)