CCM NG: Shortcut: added module-info
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3689 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
6cf26b833e
commit
9ce3b08471
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
groupId=${project.groupId}
|
||||
artifactId=${project.artifactId}
|
||||
version=${project.version}
|
||||
build.date=${timestamp}
|
||||
Loading…
Reference in New Issue