Commit 58655b9f96553231db3a1c8f9470892238a610b5
1 parent
3f7edef4
Added distribution management to POMs of 6 components.
Showing
1 changed file
with
8 additions
and
0 deletions
@@ -64,5 +64,13 @@ | @@ -64,5 +64,13 @@ | ||
64 | <properties> | 64 | <properties> |
65 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 65 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
66 | </properties> | 66 | </properties> |
67 | + <distributionManagement> | ||
68 | + <repository> | ||
69 | + <id>lemur</id> | ||
70 | + <name>MyCo Internal Repository</name> | ||
71 | + <url>http://bernard.labno.pl/artifactory/libs-release-local</url> | ||
72 | + </repository> | ||
73 | + </distributionManagement> | ||
74 | + | ||
67 | </project> | 75 | </project> |
68 | 76 |
Please
register
or
login
to post a comment