jboss-developer / jboss-picketlink-quickstarts

The quickstarts demonstrate PicketLink and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project.
96 stars 187 forks source link

maven settings.xml #43

Open bingContribute opened 8 years ago

bingContribute commented 8 years ago

where do I find this settings.xml descripted under Configure Maven?

pooyadg commented 8 years ago

I can't find it too

josehenriqueventura commented 8 years ago

Well, this one should be enough:

settings.xml https://gist.github.com/josehenriqueventura/b71b0cc7ecd33497a181

sgilda commented 8 years ago

@bingContribute , @pooyadg , @josehenriqueventura :

This is the link for how to configure Maven settings for JBoss EAP 6.x: https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md

This is the link for how to configure Maven settings for JBoss EAP 7: https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN_JBOSS_EAP7.md

Let me know if you were looking for something other than this.