Re: [xwiki-users] How to package all necessary jars for xwiki-authentication-saml?

2013-04-01 Thread Thomas Mortagne
I was expecting provided dependencies to be excluded automatically actually. Try "mvn dependency:copy-dependencies -DexcludeScope=provided" maybe. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] How to package all necessary jars for xwiki-authentication-saml?

2013-04-01 Thread Valdis Vītoliņš
Thanks, Thomas! I managed to get it working. With "mvn dependency:copy-dependencies" I got bunch of jars, most of them were older versions of these which my Xwiki 4.5 had already (If it could be improved with adjusted dependency versions, it would be great.) I didn't use them, except those which se

Re: [xwiki-users] How to package all necessary jars for xwiki-authentication-saml?

2013-03-30 Thread Thomas Mortagne
You would need to modify the pom.xml for this but no need to create a big jar (it's also not very clean). You can use mvn dependency:copy-dependencies to get all dependencies of your jar in target/dependencies and select the one you don't have in your XE instance. Make sure to pull first because I

[xwiki-users] How to package all necessary jars for xwiki-authentication-saml?

2013-03-29 Thread Valdis Vītoliņš
Thanks, Thomas, I tried https://github.com/xwiki-contrib/sandbox/tree/master/authenticators/xwiki-authentication-saml again and now it compiled successfully. Though when tried to access WebHome page I got exception, from which IMHO important part is: ... Caused by: java.lang.NoClassDefFoundError: