Hi all,
I create a skin named my_skin with following directory structure :
my_skin
|-- pom.xml
`-- src
`-- main
`-- resources
|-- css
| `-- site.css
`-- images
Next I run mvn install command to package it to jar and add to my local
repository
Then I open generated myskin.jar in local repository. It do not contain src
folder!? Its directory structure like this :
META-INF
|-- MANIFEST.MF
`-- maven
`-- org.apache.maven.skins
`-- my_skin
|-- pom.xml
`-- pom.properties
Whats this problem?
Thanks much!
--
View this message in context:
http://www.nabble.com/Create-skin-packaged-jar-tp23500428s2369p23500428.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]