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