|
72 | 72 | <!-- Using xapi-model in server sider --> |
73 | 73 | <module>xapi-server</module> |
74 | 74 | </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 | + |
145 | 76 | </project> |
0 commit comments