Skip to content

Commit

Permalink
#159: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 16, 2020
1 parent 904b116 commit eb56d8b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions eo-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,19 @@ SOFTWARE.
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>true</index>
<manifestEntries>
<EO-Version>${project.version}</EO-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 2 additions & 0 deletions eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ SOFTWARE.
<artifactId>cactoos</artifactId>
</dependency>
</dependencies>
<!--
<build>
<plugins>
<plugin>
Expand All @@ -55,4 +56,5 @@ SOFTWARE.
</plugin>
</plugins>
</build>
-->
</project>

0 comments on commit eb56d8b

Please sign in to comment.