Skip to content

Commit d8653a0

Browse files
author
asc89
committed
Fixing the build
1 parent 4dab8a3 commit d8653a0

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

openstack-client-connectors/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
<module>jersey-connector</module>
2020
</modules>
2121
</profile>
22-
<profile>
23-
<id>jersey2</id>
24-
<activation>
25-
<activeByDefault>true</activeByDefault>
26-
</activation>
27-
<modules>
28-
<module>jersey2-connector</module>
29-
</modules>
30-
</profile>
3122
<profile>
3223
<id>resteasy</id>
3324
<activation>

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@
4545
<module>openstack-console</module>
4646
</modules>
4747
</profile>
48-
<profile>
49-
<id>examples</id>
50-
<activation>
51-
<activeByDefault>true</activeByDefault>
52-
</activation>
53-
<modules>
54-
<module>openstack-examples</module>
55-
</modules>
56-
</profile>
5748
</profiles>
5849

5950
<licenses>
@@ -100,23 +91,6 @@
10091
<encoding>UTF-8</encoding>
10192
</configuration>
10293
</plugin>
103-
<plugin>
104-
<groupId>org.apache.maven.plugins</groupId>
105-
<artifactId>maven-gpg-plugin</artifactId>
106-
<version>1.4</version>
107-
<configuration>
108-
<skip>${skip.sign}</skip>
109-
</configuration>
110-
<executions>
111-
<execution>
112-
<id>sign-artifacts</id>
113-
<phase>verify</phase>
114-
<goals>
115-
<goal>sign</goal>
116-
</goals>
117-
</execution>
118-
</executions>
119-
</plugin>
12094
<plugin>
12195
<groupId>org.apache.maven.plugins</groupId>
12296
<artifactId>maven-eclipse-plugin</artifactId>

0 commit comments

Comments
 (0)