|
7 | 7 | <version>0.0.1-SNAPSHOT</version> |
8 | 8 | <name>OpenStack Java SDK</name> |
9 | 9 | <url>http://github.com/woorea/openstack-java-sdk</url> |
10 | | - |
11 | | - <parent> |
12 | | - <groupId>org.sonatype.oss</groupId> |
13 | | - <artifactId>oss-parent</artifactId> |
14 | | - <version>5</version> |
15 | | - </parent> |
16 | | - |
| 10 | + <!-- <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> |
| 11 | + <version>5</version> </parent> --> |
| 12 | + |
| 13 | + <licenses> |
| 14 | + <license> |
| 15 | + <name>Apache2</name> |
| 16 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 17 | + </license> |
| 18 | + </licenses> |
| 19 | + |
17 | 20 | <developers> |
18 | 21 | <developer> |
19 | 22 | <id>woorea</id> |
|
27 | 30 | </developer> |
28 | 31 | </developers> |
29 | 32 |
|
30 | | - <licenses> |
31 | | - <license> |
32 | | - <name>Apache2</name> |
33 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
34 | | - </license> |
35 | | - </licenses> |
| 33 | + <modules> |
| 34 | + <module>openstack-api</module> |
| 35 | + <module>openstack-console</module> |
| 36 | + <module>openstack-ui</module> |
| 37 | + </modules> |
36 | 38 |
|
37 | 39 | <scm> |
38 | 40 | <connection>scm:http://github.com/woorea/openstack-java-sdk.git</connection> |
39 | 41 | <developerConnection>scm:http://github.com/woorea/openstack-java-sdk.git</developerConnection> |
40 | 42 | <url>http://github.com/woorea/openstack-java-sdk.git</url> |
41 | 43 | </scm> |
42 | | - |
43 | | - <modules> |
44 | | - <module>openstack-api</module> |
45 | | - <module>openstack-console</module> |
46 | | - <module>openstack-ui</module> |
47 | | - </modules> |
| 44 | + |
| 45 | + <distributionManagement> |
| 46 | + <repository> |
| 47 | + <id>releases</id> |
| 48 | + <url>https://github.com/woorea/maven/raw/master/releases</url> |
| 49 | + </repository> |
| 50 | + <snapshotRepository> |
| 51 | + <id>snapshots</id> |
| 52 | + <url>https://github.com/woorea/maven/raw/master/snapshots</url> |
| 53 | + </snapshotRepository> |
| 54 | + </distributionManagement> |
48 | 55 |
|
49 | 56 | <properties> |
50 | 57 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
51 | 58 | </properties> |
52 | 59 |
|
53 | 60 | <dependencyManagement> |
54 | 61 | <dependencies> |
55 | | - <dependency> |
56 | | - <groupId>org.openstack</groupId> |
57 | | - <artifactId>openstack-commons</artifactId> |
58 | | - <version>${project.version}</version> |
59 | | - </dependency> |
60 | | - |
61 | | - <dependency> |
62 | | - <groupId>org.openstack</groupId> |
63 | | - <artifactId>shared-cli</artifactId> |
64 | | - <version>${project.version}</version> |
65 | | - </dependency> |
66 | 62 | <dependency> |
67 | 63 | <groupId>org.openstack</groupId> |
68 | 64 | <artifactId>openstack-api</artifactId> |
|
123 | 119 | <excludeFilterFile>config/findbugs-exclude.xml</excludeFilterFile> |
124 | 120 | </configuration> |
125 | 121 | </plugin> |
126 | | - <!-- |
127 | | - <plugin> |
128 | | - <groupId>org.apache.maven.plugins</groupId> |
129 | | - <artifactId>maven-gpg-plugin</artifactId> |
130 | | - <executions> |
131 | | - <execution> |
132 | | - <id>sign-artifacts</id> |
133 | | - <phase>verify</phase> |
134 | | - <goals> |
135 | | - <goal>sign</goal> |
136 | | - </goals> |
137 | | - </execution> |
138 | | - </executions> |
139 | | - </plugin> |
140 | | - --> |
| 122 | + <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> |
| 123 | + <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> |
| 124 | + <goal>sign</goal> </goals> </execution> </executions> </plugin> --> |
141 | 125 | </plugins> |
142 | 126 |
|
143 | 127 | </build> |
144 | 128 |
|
| 129 | + |
| 130 | + |
145 | 131 | </project> |
0 commit comments