CCM NG: Shortcut: added module-info

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3689 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
konermann 2015-10-14 10:56:14 +00:00
parent 6cf26b833e
commit 9ce3b08471
2 changed files with 12 additions and 1 deletions

View File

@ -7,8 +7,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'Z</maven.build.timestamp.format>
</properties>
<parent>
<groupId>org.libreccm</groupId>
<artifactId>libreccm-parent</artifactId>
@ -206,6 +208,11 @@
</plugins>
<resources>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resources>
</build>
<reporting>

View File

@ -0,0 +1,4 @@
groupId=${project.groupId}
artifactId=${project.artifactId}
version=${project.version}
build.date=${timestamp}