Revision | 439f5d04630436fa36ae6be46731f9f197e6becd (tree) |
---|---|
Time | 2015-08-15 20:25:16 |
Author | MirrgieRiana |
Commiter | MirrgieRiana |
mavenのartifactIdを'.'つなぎから'-'に
@@ -0,0 +1,1 @@ | ||
1 | +2c3715f2bdd7a17e5c724f65010b4198 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +83a3438a269592070b12b96fcae555dd21df9810 | |
\ No newline at end of file |
@@ -0,0 +1,22 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
4 | + <modelVersion>4.0.0</modelVersion> | |
5 | + <groupId>mirrg</groupId> | |
6 | + <artifactId>mirrg-struct-hydrogen</artifactId> | |
7 | + <version>1.0</version> | |
8 | + <dependencies> | |
9 | + <dependency> | |
10 | + <groupId>commons-collections</groupId> | |
11 | + <artifactId>commons-collections</artifactId> | |
12 | + <version>3.2</version> | |
13 | + <scope>compile</scope> | |
14 | + </dependency> | |
15 | + <dependency> | |
16 | + <groupId>junit</groupId> | |
17 | + <artifactId>junit</artifactId> | |
18 | + <version>4.+</version> | |
19 | + <scope>test</scope> | |
20 | + </dependency> | |
21 | + </dependencies> | |
22 | +</project> |
@@ -0,0 +1,1 @@ | ||
1 | +3a6976c4aeaf17378026028ed02cfe75 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +e4d289d2f27d49738915dd0d0180da7df4c3943c | |
\ No newline at end of file |
@@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<metadata> | |
3 | + <groupId>mirrg</groupId> | |
4 | + <artifactId>mirrg-struct-hydrogen</artifactId> | |
5 | + <version>1.0</version> | |
6 | + <versioning> | |
7 | + <versions> | |
8 | + <version>1.0</version> | |
9 | + </versions> | |
10 | + <lastUpdated>20150815112355</lastUpdated> | |
11 | + </versioning> | |
12 | +</metadata> |
@@ -0,0 +1,1 @@ | ||
1 | +3256bf0ee914995a6db33e966bd171fd | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +3f5718be1babf0dcfd5b9cccc7005d0439aedfb7 | |
\ No newline at end of file |
@@ -1,1 +0,0 @@ | ||
1 | -2c3715f2bdd7a17e5c724f65010b4198 | |
\ No newline at end of file |
@@ -1,1 +0,0 @@ | ||
1 | -83a3438a269592070b12b96fcae555dd21df9810 | |
\ No newline at end of file |
@@ -1,22 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
3 | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
4 | - <modelVersion>4.0.0</modelVersion> | |
5 | - <groupId>mirrg</groupId> | |
6 | - <artifactId>mirrg.struct.hydrogen</artifactId> | |
7 | - <version>1.0</version> | |
8 | - <dependencies> | |
9 | - <dependency> | |
10 | - <groupId>commons-collections</groupId> | |
11 | - <artifactId>commons-collections</artifactId> | |
12 | - <version>3.2</version> | |
13 | - <scope>compile</scope> | |
14 | - </dependency> | |
15 | - <dependency> | |
16 | - <groupId>junit</groupId> | |
17 | - <artifactId>junit</artifactId> | |
18 | - <version>4.+</version> | |
19 | - <scope>test</scope> | |
20 | - </dependency> | |
21 | - </dependencies> | |
22 | -</project> |
@@ -1,1 +0,0 @@ | ||
1 | -ab75711a38535c3cfd1d1982caa26887 | |
\ No newline at end of file |
@@ -1,1 +0,0 @@ | ||
1 | -736bd063370b1498ee8623cd1c60ae9499c2d150 | |
\ No newline at end of file |
@@ -1,12 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<metadata> | |
3 | - <groupId>mirrg</groupId> | |
4 | - <artifactId>mirrg.struct.hydrogen</artifactId> | |
5 | - <version>1.0</version> | |
6 | - <versioning> | |
7 | - <versions> | |
8 | - <version>1.0</version> | |
9 | - </versions> | |
10 | - <lastUpdated>20150815101906</lastUpdated> | |
11 | - </versioning> | |
12 | -</metadata> |
@@ -1,1 +0,0 @@ | ||
1 | -7a0686ae5f25506c38e9404e63f1f778 | |
\ No newline at end of file |
@@ -1,1 +0,0 @@ | ||
1 | -f683d16975a502e728182c1a9daac90f6741800b | |
\ No newline at end of file |
@@ -34,6 +34,7 @@ | ||
34 | 34 | uploadArchives { |
35 | 35 | repositories { |
36 | 36 | mavenDeployer { |
37 | + pom.artifactId = project.archivesBaseName.replace('.', '-') | |
37 | 38 | repository(url: 'file://localhost/' + file('../../maven').getAbsolutePath()) |
38 | 39 | } |
39 | 40 | } |
@@ -3,7 +3,7 @@ | ||
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>mirrg</groupId> |
6 | - <artifactId>mirrg.struct.hydrogen</artifactId> | |
6 | + <artifactId>mirrg-struct-hydrogen</artifactId> | |
7 | 7 | <version>1.0</version> |
8 | 8 | <dependencies> |
9 | 9 | <dependency> |