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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to