diff options
-rw-r--r-- | .gitreview | 4 | ||||
-rw-r--r-- | common-logging/pom.xml | 4 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 4 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 21 |
5 files changed, 10 insertions, 25 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..14aaedd --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.openecomp.org +port=29418 +project=aai/logging-service.git diff --git a/common-logging/pom.xml b/common-logging/pom.xml index bacd431..c9b20a7 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -27,13 +27,13 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.aai</groupId> + <artifactId>common-logging</artifactId> <name>Common Logging Distribution</name> <dependencies> <dependency> - <groupId>org.openecomp.cl</groupId> + <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> <version>${project.version}</version> </dependency> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c9952d0..74e8fb2 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -27,7 +27,7 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.aai</groupId> + <artifactId>eelf-logging</artifactId> <name>EELF Logging Implementation</name> @@ -35,7 +35,7 @@ <!-- Common logging API. --> <dependency> - <groupId>org.openecomp.aai</groupId> + <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-api</artifactId> <version>${project.version}</version> </dependency> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 4c4470e..6f5cbb8 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -27,7 +27,7 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.aai</groupId> + <artifactId>logging-api</artifactId> <name>Common Logging API</name> @@ -97,26 +97,7 @@ </plugins> </pluginManagement> <plugins> - <!-- blackduck maven plugin --> - <plugin> - <groupId>com.blackducksoftware.integration</groupId> - <artifactId>hub-maven-plugin</artifactId> - <version>1.4.0</version> - <inherited>false</inherited> - <configuration> - <hubProjectName>${project.name}</hubProjectName> - <outputDirectory>${project.basedir}</outputDirectory> - </configuration> - <executions> - <execution> - <id>create-bdio-file</id> - <phase>package</phase> - <goals> - <goal>createHubOutput</goal> - </goals> - </execution> - </executions> - </plugin> + <!-- license plugin --> <plugin> |