Thanks. But unfortunately the point is to have them on filesystem, 'cause everytime i get a new skin package I have to deploy the swiks to our repository which is a bit burdensome and also useless, since they are not used by any other project. Well, if it is not possible then I go in the burdensome way. Daniel
On Fri, Apr 17, 2009 at 3:38 PM, Seth Call <[email protected]> wrote: > > Maven-styled alternatives would be to either install the SWCs into > any developer's local repository by using this standard mvn install- > file command: > http://maven.apache.org/plugins/maven-install-plugin/usage.html (i do > admit ignorance on what the packaging and/or classifier arguments > should be. I guess packaging should be 'swc', not 'jar'.) > > Alternatively, you could host a local repository in your company, and > then deploy the swc's there: > http://maven.apache.org/plugins/maven-deploy-plugin/usage.html > . Then, your project pom could just reference that local repository > and no developers have to do anything. > > I don't know how to reference a local file in maven. > Seth > > On Apr 17, 2009, at 7:28 AM, Daniel Varga wrote: > >> >> Hi, >> >> I have to build an swc package as a theme for our company based on a >> simple flexbuilder project developed by some designer consultants. >> Well, the problem is that the project contains several swc files as >> skins, and in they have to be integrated in the build theme swc. >> If they were in a repository it would be just enough to use the >> internal scope, but they are not in there. >> So the question is: >> - how to use a swc file located in the project folder as a dependeny >> (sth like system scope with standard java dependencies) >> - and also making it internal so its flex-mojos scope is internal. >> I hope I managed to describe the problem clearly. >> Thanks, >> Daniel >> >> > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
