We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987a9af commit b67a03dCopy full SHA for b67a03d
spring-ws-bom/pom.xml
@@ -44,4 +44,32 @@
44
</dependency>
45
</dependencies>
46
</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
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>
75
</project>
0 commit comments