Skip to content

Commit b67a03d

Browse files
committed
Polishing.
1 parent 987a9af commit b67a03d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

spring-ws-bom/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,32 @@
4444
</dependency>
4545
</dependencies>
4646
</dependencyManagement>
47+
48+
<profiles>
49+
<profile>
50+
<id>docs</id>
51+
52+
<build>
53+
<plugins>
54+
<plugin>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-assembly-plugin</artifactId>
57+
<executions>
58+
<execution>
59+
<id>docs</id>
60+
<goals>
61+
<goal>single</goal>
62+
</goals>
63+
<phase>package</phase>
64+
<configuration>
65+
<skipAssembly>true</skipAssembly>
66+
</configuration>
67+
</execution>
68+
</executions>
69+
</plugin>
70+
</plugins>
71+
</build>
72+
73+
</profile>
74+
</profiles>
4775
</project>

0 commit comments

Comments
 (0)