We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2e40e commit 3d8a402Copy full SHA for 3d8a402
common/pom.xml
@@ -71,7 +71,27 @@
71
<include>java-sdk-version.properties</include>
72
</includes>
73
</resource>
74
+ <resource>
75
+ <directory>src/test/resources</directory>
76
+ <filtering>true</filtering>
77
+ <excludes>
78
+ <exclude>*.properties</exclude>
79
+ </excludes>
80
+ </resource>
81
</resources>
82
+ <plugins>
83
+ <plugin>
84
+ <groupId>org.apache.maven.plugins</groupId>
85
+ <artifactId>maven-jar-plugin</artifactId>
86
+ <executions>
87
+ <execution>
88
+ <goals>
89
+ <goal>test-jar</goal>
90
+ </goals>
91
+ </execution>
92
+ </executions>
93
+ </plugin>
94
+ </plugins>
95
</build>
96
97
<developers>
0 commit comments