Adding github action pipelines
This commit is contained in:
26
pom.xml
26
pom.xml
@@ -39,10 +39,10 @@
|
||||
</issueManagement>
|
||||
|
||||
<modules>
|
||||
<module>database</module>
|
||||
<module>swagger</module>
|
||||
<module>configuration</module>
|
||||
<module>entity</module>
|
||||
<module>configuration</module>
|
||||
<module>database</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -64,6 +64,28 @@
|
||||
<sonar.host.url>https://sonarqube.cluster.edward.sydney</sonar.host.url>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>${maven-source-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user