diff --git a/distro/README b/distro/README index 80e728d..4e9046f 100644 --- a/distro/README +++ b/distro/README @@ -19,15 +19,16 @@ Please see the file named "changelog.xml" in this directory for the release note Authors -------------------------------------------------- - + * Luca Frosini (luca.frosini-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + Maintainers ----------- - + * Luca Frosini (luca.frosini-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). - - + + Download information -------------------------------------------------- diff --git a/distro/descriptor.xml b/distro/descriptor.xml index 2f600d7..ba2c192 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> servicearchive tar.gz @@ -10,7 +10,7 @@ ${distroDirectory} - / + ${file.separator} true README @@ -24,8 +24,8 @@ - target/${build.finalName}.jar - /${artifactId} + target${file.separator}${build.finalName}.${project.packaging} + ${file.separator}${artifactId} \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml index 4074c9c..1e5db40 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -10,6 +10,7 @@ 1.0.0 + ${description} ${artifactId} ${version} @@ -17,11 +18,11 @@ ${artifactId} ${version} + Library - ${build.finalName}.jar + ${build.finalName}.${project.packaging} - - + \ No newline at end of file