Skip to content
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

Public repo for releases? #2

Open
usmanismail opened this issue Apr 12, 2013 · 3 comments
Open

Public repo for releases? #2

usmanismail opened this issue Apr 12, 2013 · 3 comments
Labels

Comments

@usmanismail
Copy link

Is there a public maven repo for releases of these projects?

@PeterHoeche
Copy link
Owner

Currently there is no public maven repository for this project. But you can download the release from here: https://github.com/PeterHoeche/adobe-flex-pmd/downloads

@ghost
Copy link

ghost commented Jun 5, 2013

Hi Peter. I've been using your jars, and I'd like to thank you for the job you have done.

I've also been trying to build the project with Maven 2.xx (as Maven 3 can't find some of the older dependency repos), but I have been unsuccessful so far. Biggest problem right now is finding a repository that contains the flex visualization package.

Would you please provide your Maven settings.xml and/or other instructions on how you build the project?

Thanks a lot!

@PeterHoeche
Copy link
Owner

Hi.
I added two repositories to my settings xml:
http://repository.sonatype.org/content/groups/flexgroup/
http://repository.sonatype.org/content/groups/public/

But I'm not sure if it fix your missing package problem.
The main question is, if you did changes to the flex stuff (flex-pmd-ruleset-creator, flex-pmd-violations-viewer, flex-pmd-flex-lib or flexunit-theme). If not you can just compile the java part.

Try compiling only the flex-pmd-parent project.

    adobe-flex-pmd (version-1.3)$ cd flex-pmd-parent/
    adobe-flex-pmd (version-1.3)$ mvn package

Cheers,
Peter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants