Ok, I have to include following into my pom-file.

<repositories>
       <repository>
           <id>ibiblio-m2</id>
           <name>Ibiblio Maven 2 Repo</name>
           <url>http://www.ibiblio.org/maven2</url>
           <releases>
               <updatePolicy>never</updatePolicy>
           </releases>
           <snapshots>
               <enabled>false</enabled>
           </snapshots>
       </repository>
       <repository>
           <id>apache-snapshots</id>
           <name>Apache Maven 2 Snapshot Repository</name>
           <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
           <releases>
               <updatePolicy>never</updatePolicy>
           </releases>
           <snapshots>
               <updatePolicy>interval:60</updatePolicy>
           </snapshots>
       </repository>
       <repository>
           <id>wso2-m2</id>
           <name>WSO2 Maven 2 Repository</name>
           <url>http://dist.wso2.org/maven2/</url>
           <releases>
               <updatePolicy>never</updatePolicy>
           </releases>
           <snapshots>
               <updatePolicy>daily</updatePolicy>
           </snapshots>
       </repository>
   </repositories>

As I said before, I am a newbie for using Maven2... :-)
Thanks,
Jens

Ruwan Linton schrieb:
Hi Jens,

I think it is OK to host the jar files, but wonder why you didn't get these online, because the usermanager jar files are available under the wso2 maven2 repository :-(

http://dist.wso2.org/maven2/org/wso2/commons/usermanager/usermanager-core/

BTW: what you are trying to do is absolutely fine from my point of view, I think what you are trying to do is enabling the Role based authentication, isn't it?

Thanks,
Ruwan

Jens Goldhammer wrote:
Hello,

I have tried the mediator examples with StockQuote (http://wso2.org/library/2936), builded it with maven and run it... Very well so far! Now I want to integrate the wso2 common usermanager libs into my own mediation component because I want to use it for my proxy services...

How can I do that with maven? I cannot make a dependcy to it because the libs are not online. Can I put it into the maven repository on my environment?
Sorry, I am totally new to Maven!

I want to write a mediator which authentificates a user (maybe I will do this by ws-security) and want to proof if the user is allowed to do that action.
Do you think it make sense?

Thanks,
Jens




_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user



_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to