-
-
Notifications
You must be signed in to change notification settings - Fork 181
/
PreserveContent_input.xml
30 lines (29 loc) · 1.06 KB
/
PreserveContent_input.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0</modelVersion>
<artifactId>preserve</artifactId>
<build>
<plugins>
<plugin >
<artifactId>plugin</artifactId>
<configuration>
<classesFromAutomaticJaxrsApplication>true</classesFromAutomaticJaxrsApplication>
<newline xml:space="preserve">
</newline>
<outputFile>${generated-ts-client-file}</outputFile>
<message xml:space="preserve" lang="se" date="now" >
THIS
IS A
MESSAGE!
</message>
<mapEnum>asEnum</mapEnum>
<noPreserve> </noPreserve>
<indentString xml:space="preserve"> </indentString>
<noFileComment>true</noFileComment>
<double xml:space="preserve">
</double>
</configuration>
</plugin>
</plugins>
</build>
</project>