Skip to content

Commit 43deb4c

Browse files
Remove redundant sample deployment skip configurations (#344)
* Remove redundant sample deployment ignore configurations from samples/pom.xml Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 7c3473b commit 43deb4c

1 file changed

Lines changed: 1 addition & 70 deletions

File tree

samples/pom.xml

Lines changed: 1 addition & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -72,74 +72,5 @@
7272
<!-- Using xapi-model in server sider -->
7373
<module>xapi-server</module>
7474
</modules>
75-
<build>
76-
<plugins>
77-
<plugin>
78-
<groupId>org.apache.maven.plugins</groupId>
79-
<artifactId>maven-deploy-plugin</artifactId>
80-
<configuration>
81-
<!-- Prevent samples from being deployed -->
82-
<skip>true</skip>
83-
</configuration>
84-
</plugin>
85-
<plugin>
86-
<groupId>org.apache.maven.plugins</groupId>
87-
<artifactId>maven-install-plugin</artifactId>
88-
<configuration>
89-
<!-- Prevent samples from being installed to local repository during release -->
90-
<skip>true</skip>
91-
</configuration>
92-
</plugin>
93-
<plugin>
94-
<groupId>org.apache.maven.plugins</groupId>
95-
<artifactId>maven-source-plugin</artifactId>
96-
<executions>
97-
<execution>
98-
<id>attach-sources</id>
99-
<phase>none</phase>
100-
</execution>
101-
</executions>
102-
</plugin>
103-
<plugin>
104-
<groupId>org.apache.maven.plugins</groupId>
105-
<artifactId>maven-javadoc-plugin</artifactId>
106-
<configuration>
107-
<!-- Prevent javadoc from being generated for samples -->
108-
<skip>true</skip>
109-
</configuration>
110-
<executions>
111-
<execution>
112-
<id>attach-javadocs</id>
113-
<phase>none</phase>
114-
</execution>
115-
</executions>
116-
</plugin>
117-
<plugin>
118-
<groupId>org.apache.maven.plugins</groupId>
119-
<artifactId>maven-gpg-plugin</artifactId>
120-
<executions>
121-
<execution>
122-
<id>sign-artifacts</id>
123-
<phase>none</phase>
124-
</execution>
125-
</executions>
126-
</plugin>
127-
<plugin>
128-
<groupId>org.sonatype.plugins</groupId>
129-
<artifactId>nexus-staging-maven-plugin</artifactId>
130-
<configuration>
131-
<!-- Prevent samples from being staged to Maven Central -->
132-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
133-
</configuration>
134-
</plugin>
135-
<plugin>
136-
<groupId>org.sonatype.central</groupId>
137-
<artifactId>central-publishing-maven-plugin</artifactId>
138-
<configuration>
139-
<!-- Prevent samples from being published to Maven Central -->
140-
<skip>true</skip>
141-
</configuration>
142-
</plugin>
143-
</plugins>
144-
</build>
75+
14576
</project>

0 commit comments

Comments
 (0)