Comment #3 on issue 146 by heuermh: General pom refactoring, make plugin  
versions explicit, add dist/bundle configuration if necessary
http://code.google.com/p/piccolo2d/issues/detail?id=146

It appears that the pre-defined assembly descriptors will not be sufficient  
for our
needs.  E.g., the parent module must be excluded for the bin descriptor to  
work

$ mvn -DdescriptorId=bin assembly:assembly
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-4:assembly  
(default-cli) on
project piccolo2d-parent:
  Failed to create assembly: Error creating assembly archive bin: You must  
set at
least one file.

and license-piccolo.txt and ReleaseNotes.txt are not included by default

http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#bin

   <fileSets>
     <fileSet>
       <includes>
         <include>${project.basedir}/README*</include>
         <include>${project.basedir}/LICENSE*</include>
         <include>${project.basedir}/NOTICE*</include>
       </includes>

Custom assembly descriptors will need to be created.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to