pom.xml: Updating maven-dependency-plugin version
[aai/aai-service.git] / readme.md
index 76ce1f1..61fd2ea 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -13,81 +13,6 @@ For demo app use case the three containers run on the same VM. Configuration and
 
 AAI can be compiled easily with a `mvn clean install -DskipTests`. Integration tests are started by omitting the skipTests flag `mvn clean install`
 
-The following profiles should be set up in the settings.xml file:
-                               
-       <profile>
-       <id>nexus</id>
-                       <repositories>
-                               <repository>
-                                 <id>repository.jboss.org-public</id>
-                                 <name>JBoss.org Maven repository</name>
-                                                                       <url>https://repository.jboss.org/nexus/content/groups/public</url>
-                               </repository>
-                               <repository>
-                                       <id>global maven repo</id>
-                                       <url>http://repo1.maven.org/maven2/</url>
-                                       <releases>
-                                               <enabled>true</enabled>
-                                               <updatePolicy>always</updatePolicy>
-                                       </releases>     
-                                       <snapshots>
-                                               <enabled>true</enabled>
-                                               <updatePolicy>always</updatePolicy>
-                                       </snapshots>
-                               </repository>
-                               <repository>
-                           <id>maven-restlet</id>
-                           <name>Public online Restlet repository</name>
-                           <url>http://maven.restlet.com</url>
-                      </repository>
-                       </repositories>
-       </profile>
-       
-       <profile>
-               <id>eelf</id>
-               <!-- Enable snapshots for the built in central repo to direct -->
-               <!-- all requests to nexus via the mirror -->
-               <repositories>
-                       <repository>
-                               <id>repo2</id>
-                               <url>http://repo2.maven.org/maven2/com/att/eelf/</url>
-                               <releases>
-                                       <enabled>true</enabled>
-                                       <!-- <updatePolicy>always</updatePolicy>                                        <updatePolicy>never</updatePolicy> 
-                                       <updatePolicy>daily</updatePolicy> 
-                                       <updatePolicy>interval:in minutes</updatePolicy> -->
-                                       <updatePolicy>never</updatePolicy>
-                               </releases>
-                               <snapshots>
-                                       <enabled>true</enabled>
-                                       <updatePolicy>always</updatePolicy>
-                                       <!-- <updatePolicy>always</updatePolicy>                                        <updatePolicy>never</updatePolicy> 
-                                       <updatePolicy>daily</updatePolicy>                                      <updatePolicy>interval:30</updatePolicy> -->
-                               </snapshots>
-                       </repository>
-               </repositories>
-               <pluginRepositories>
-                       <pluginRepository>
-                               <id>repo2</id>
-                               <url>http://repo2.maven.org/maven2/com/att/eelf/</url>
-                               <releases>
-                                       <enabled>true</enabled>
-                               </releases>
-                               <snapshots>
-                                       <enabled>true</enabled>
-                               </snapshots>
-                       </pluginRepository>
-               </pluginRepositories>
-       </profile>
-       
-in the profiles section and also specified as an activeProfile in the activeProfiles section.
-
-         <activeProfiles>
-           <activeProfile>nexus</activeProfile>
-               <activeProfile>eelf</activeProfile>
-         </activeProfiles>
-
-
 # Starting AAI
 
 In a developer local environment using the following: mvn -N -P runAjsc