aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManisha Aggarwal <ma9181@att.com>2017-02-22 14:35:40 -0500
committerManisha Aggarwal <ma9181@att.com>2017-02-22 14:37:20 -0500
commitde07765e05041190c6fdd7bbef6c9419e929f9cb (patch)
treeae565764e2a2b6804cb04e7ed26153968faa855d
parente8f3e0073ebda58a731ad83e3ed6871ced672dfb (diff)
dont need this since its added to pom
Change-Id: I2d175b921e2c6b63a7bd463b2d6ff0b1063abbb4 Signed-off-by: Manisha Aggarwal <ma9181@att.com>
-rw-r--r--readme.md75
1 files changed, 0 insertions, 75 deletions
diff --git a/readme.md b/readme.md
index 76ce1f1..61fd2ea 100644
--- 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