diff --git a/distro/descriptor.xml b/distro/descriptor.xml index df3081a..ba2c192 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -1,5 +1,7 @@ - + servicearchive tar.gz @@ -22,7 +24,7 @@ - target${file.separator}${build.finalName}.war + target${file.separator}${build.finalName}.${project.packaging} ${file.separator}${artifactId} diff --git a/distro/profile.xml b/distro/profile.xml index e7a30cf..0e765e0 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -1,12 +1,12 @@ - + Service - ${serviceClass} - ${name} ${description} + ${serviceClass} + ${artifactId} 1.0.0
@@ -18,9 +18,10 @@ ${artifactId} ${version} + + ${build.finalName}.${project.packaging} +
-
- - + \ No newline at end of file