Working with maven 2

List of dependencies :

If you want to use one of these dependencies, add these repositories in your setting.xml file or in your pom.xml.

ArtifactId GroupId Latest Version Show
  bsm-distribution     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>bsm-distribution</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  data-collector     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>data-collector</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  easierbsm-constant     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>easierbsm-constant</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  sla-manager     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>sla-manager</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  technical-service-bsmadmin-api     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>technical-service-bsmadmin-api</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  technical-service-bsmadmin-impl     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>technical-service-bsmadmin-impl</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-binding-bsmadmin     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>ws-binding-bsmadmin</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-binding-bsmadmin-client     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>ws-binding-bsmadmin-client</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-binding-datacollector     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>ws-binding-datacollector</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-binding-slamanager     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>ws-binding-slamanager</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  ws-binding-wsdmmonitoring     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>ws-binding-wsdmmonitoring</artifactId>
      <version>v2013-03-11</version>
</dependency>
 
  wsdm-monitoring     com.ebmwebsourcing.easierbsm     v2013-03-11    
<dependency>
      <groupId>com.ebmwebsourcing.easierbsm</groupId>
      <artifactId>wsdm-monitoring</artifactId>
      <version>v2013-03-11</version>
</dependency>
 


If you want to use one of these dependencies, set these repositories in your setting.xml file or in your pom.xml:

 <repositories>
  <repository>
   <id>ebmws-public.release</id>
   <url>http://maven.petalslink.com/public</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </repository>
  <repository>
   <id>ebmws-public-research.release</id>
   <url>http://maven.petalslink.com/public-research</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </repository>
  <repository>
   <id>ebmws-public.others</id>
   <url>http://maven.petalslink.com/others</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </repository>
 </repositories>
 <pluginRepositories>
  <pluginRepository>
   <id>ebmws-public.release</id>
   <url>http://maven.petalslink.com/public</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </pluginRepository>
  <pluginRepository>
   <id>ebmws-public-research.release</id>
   <url>http://maven.petalslink.com/public-research</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </pluginRepository>
  <pluginRepository>
   <id>ebmws-public.others</id>
   <url>http://maven.petalslink.com/others</url>
   <releases>
    <enabled>true</enabled>
   </releases>
   <snapshots>
    <enabled>false</enabled>
   </snapshots>
  </pluginRepository>
 </pluginRepositories>

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.