Stratio / unix-maven-plugin

unix-maven-plugin on steroids
MIT License
69 stars 7 forks source link

Removed property="project.description" from description pojo variable. #14

Closed ajnavarro closed 9 years ago

ajnavarro commented 9 years ago

Fixed wrong variable name (project.description to description) to avoid pom error parsing

Now you can put configuration description property into a execution like this:

 <execution>
     <id>shell</id>
     <phase>package</phase>
     <configuration>
         <name>Shell</name>
 --->  <description>Shell</description>     <---
         <size>1</size>
         <assembly>
             <copyDirectory>
              .
              .
              .