Skip to content

Commit

Permalink
fixed regression with core sources
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kuba authored and zlamalp committed Apr 13, 2021
1 parent 260ca46 commit 7935120
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions perun-wui-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@
<artifactId>gwt-maven-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>

<resources>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<version>3.3.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
Expand Down

0 comments on commit 7935120

Please sign in to comment.