Skip to content
Snippets Groups Projects
Commit 3ed46237 authored by Sherman Yang's avatar Sherman Yang
Browse files

Merged PR 391: Indexer service: restructure folders to conform with standard...

Merged PR 391: Indexer service: restructure folders to conform with standard and update CI/CD pipelines accordingly

Indexer service: restructure folders to conform with standard and update CI/CD pipelines accordingly

Related work items: #515
parents 7a5f0768 daf535e7
No related branches found
No related tags found
1 merge request!6Trusted ibm
Showing
with 19 additions and 6 deletions
File moved
File moved
......@@ -5,13 +5,13 @@
<parent>
<groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>indexer-service-root</artifactId>
<version>1.0-SNAPSHOT</version>
<name>indexer-service-root</name>
<description>Indexer Service Root</description>
<artifactId>indexer-core</artifactId>
<version>1.0.0</version>
<name>indexer-core</name>
<description>Indexer Service Core</description>
<packaging>jar</packaging>
<!--<repositories>
......@@ -198,5 +198,18 @@
</dependency>
</dependencies>
<build>
<defaultGoal>test</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<threadCount>1</threadCount>
</configuration>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment