-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need maven artifacts for this library #70
Comments
Updated by mikechambers on 2008-11-06T21:00:47 I am open to this if someone wants to volunteer to do the work. |
Updated by arunkv on 2008-11-09T04:04:09 Here's what is required: Run this command: mvn deploy:deploy-file What this does is to deploy the as3corelib.swc file to /path/to/some/repo (using the Temporary work around is for users to install the file into their local Maven repository: mvn install:install-file |
Updated by arunkv on 2008-11-09T04:07:22 Some Google Code projects use a portion of the SVN tree itself for the Maven |
Updated by mohammedsaleem on 2008-11-09T12:01:11 there are two choices here = one is to use the flex-mojos project to use maven to it is imperative for you guys to come up with the group id and artifact ids, for the |
Updated by arunkv on 2008-11-09T13:54:13 BTW I noticed that this project is using Ant for the build. There are some Maven Ant |
A maven repo for this would be great. Using the old as3corelib svn repo on googlecode would work well. |
Originally filed by mohammedsaleem on 2008-09-29T17:47:00
It would be great if you could provide maven artifacts for these projects.
Flex-mojos is a good starting point for mavenizing them.
The text was updated successfully, but these errors were encountered: