[
http://jira.codehaus.org/browse/MOJO-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_124367
]
deckrider commented on MOJO-1051:
---------------------------------
I've worked around this as follows:
pom.xml:
<resources>
<resource>
<directory>src/main/solaris</directory>
<includes>
<include>depend</include>
<include>postinstall</include>
<include>request</include>
</includes>
</resource>
</resources>
src/main/solaris/prototype:
i depend=../../classes/depend
i pkginfo
i postinstall=../../classes/postinstall
i request=../../classes/request
!include generated-prototype
I'm sure there is a better way, but I don't know it today :)
> solaris maven plugin: adding depend, request, postinstall, and other special
> pkg files
> --------------------------------------------------------------------------------------
>
> Key: MOJO-1051
> URL: http://jira.codehaus.org/browse/MOJO-1051
> Project: Mojo
> Issue Type: Bug
> Environment: solaris
> Reporter: deckrider
>
> I'm trying to get the following solaris pkg-specific files to be noticed by
> the solaris maven plugin:
> depend
> request
> postinstall
> (There are others, but the package I'm working on requires exactly these.)
> I've tried adding src/main/templates/prototype.template as mentioned in:
> http://codehaus.org/~trygvis/solaris-maven-plugin/usage.html
> Unfortunately, this is not recognized.
> I've also tried adding src/main/templates/prototype as found in some svn
> examples, but this does not appear to undergo translation for the ${basedir}
> variable.
--
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