[ 
http://jira.codehaus.org/browse/MOJO-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

deckrider updated MOJO-1301:
----------------------------

    Attachment: patch.txt

Patch to exclude all solaris information files.

> 1.0-alpha-2 cannot exclude files
> --------------------------------
>
>                 Key: MOJO-1301
>                 URL: http://jira.codehaus.org/browse/MOJO-1301
>             Project: Mojo
>          Issue Type: Bug
>          Components: solaris
>         Environment: 1.0-alpha-2
>            Reporter: deckrider
>         Attachments: patch.txt
>
>
> The following files exist:
> src/main/resources-solaris/copyright
> src/main/resources-solaris/depend
> The following pom.xml segement is used:
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>solaris-maven-plugin</artifactId>
>         <version>1.0-alpha-2</version>
>         <extensions>true</extensions>
>         <configuration>
>           <defaultUser>foo</defaultUser>
>           <defaultGroup>bar</defaultGroup>
>           <generatedPrototype>
>             <directoryCollection>
>               <mode>0755</mode>
>             </directoryCollection>
>             <directoryCollection>
>               <mode>?</mode>
>               <user>?</user>
>               <group>?</group>
>               <includes>
>                 <include>export</include>
>                 <include>export/home</include>
>               </includes>
>             </directoryCollection>
>             <fileCollection>
>               <mode>0644</mode>
>               <includes>
>                 <include>export</include>
>                 <include>export/home</include>
>               </includes>
>             </fileCollection>
>             <iEntry>
>               <path>copyright</path>
>             </iEntry>
>             <iEntry>
>               <path>depend</path>
>             </iEntry>
>           </generatedPrototype>
>           
> <packageRoot>${project.build.directory}/solaris/myclient-${project.version}</packageRoot>
>         </configuration>
>       </plugin>
> And yet I get these entries:
> 1 f none /copyright 0644 foo bar 65 5873 1234231254
> 1 f none /depend 0644 foo bar 20 1598 1234231254
> 1 i copyright 65 5873 1234231254
> 1 i depend 20 1598 1234231254
> How do I keep the 'i' entries for copyright and depend and get rid of the 'f' 
> entries for the same?
> (On a side note, when I add ${project.version} to either of these files, it 
> is not interpolated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to