Skip to content
Snippets Groups Projects
Commit 70e31ad4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3284 build source package

parent e8193fcc
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,8 @@ ...@@ -101,6 +101,8 @@
</dependencies> </dependencies>
<build> <build>
<sourceDirectory>src/main/protobuf</sourceDirectory>
<extensions> <extensions>
<extension> <extension>
<groupId>kr.motd.maven</groupId> <groupId>kr.motd.maven</groupId>
...@@ -133,7 +135,7 @@ ...@@ -133,7 +135,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- TODO move to common -->
<plugin> <plugin>
<groupId>com.mycila</groupId> <groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId> <artifactId>license-maven-plugin</artifactId>
...@@ -162,6 +164,24 @@ ...@@ -162,6 +164,24 @@
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<finalName>pluto-interface</finalName>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment