Commit a276973d22d68154c031b4d3a96ad73e7228ce01
1 parent
03e3f2b2b6
Exists in
master
Updated the permissions on run.sh
Fixed webapps names in run-wars execution of runner pom
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
File mode changed
skype-integration/runner/pom.xml
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 | <webapps> |
86 | 86 | <webapp> |
87 | 87 | <groupId>${project.groupId}</groupId> |
88 | - <artifactId>repo</artifactId> | |
88 | + <artifactId>skype-integration-repo</artifactId> | |
89 | 89 | <version>${project.version}</version> |
90 | 90 | <type>war</type> |
91 | 91 | <!-- Make sure webapp is loaded with context and everything, |
... | ... | @@ -96,7 +96,7 @@ |
96 | 96 | </webapp> |
97 | 97 | <webapp> |
98 | 98 | <groupId>${project.groupId}</groupId> |
99 | - <artifactId>share</artifactId> | |
99 | + <artifactId>skype-integration-share</artifactId> | |
100 | 100 | <version>${project.version}</version> |
101 | 101 | <type>war</type> |
102 | 102 | <asWebapp>true</asWebapp> | ... | ... |