@cronapp/templates 4.2.10 → 4.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -55,10 +55,6 @@
|
|
|
55
55
|
<groupId>io.cronapp</groupId>
|
|
56
56
|
<artifactId>cronapp-compile-plugin</artifactId>
|
|
57
57
|
</plugin>
|
|
58
|
-
<plugin>
|
|
59
|
-
<groupId>org.apache.maven.plugins</groupId>
|
|
60
|
-
<artifactId>maven-compiler-plugin</artifactId>
|
|
61
|
-
</plugin>
|
|
62
58
|
<plugin>
|
|
63
59
|
<groupId>org.apache.maven.plugins</groupId>
|
|
64
60
|
<artifactId>maven-war-plugin</artifactId>
|
|
@@ -155,8 +151,6 @@
|
|
|
155
151
|
</dependencies>
|
|
156
152
|
</#if>
|
|
157
153
|
<properties>
|
|
158
|
-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
159
|
-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
160
154
|
<project.cronospass.resource mimetype="folder/servercontext">config</project.cronospass.resource>
|
|
161
155
|
<#if ((backend??) && (backend?lower_case) == "true") >
|
|
162
156
|
<project.cronospass.resource mimetype="folder/src">src/main/java</project.cronospass.resource>
|