File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
1818 </license >
1919 </licenses >
20-
20+
2121 <developers >
2222 <developer >
2323 <name >Samuel SCHNEGG</name >
3030 <developerConnection >scm:git:ssh://github.com:ComputerDaddyGuy/JFileTreePrettyPrinter.git</developerConnection >
3131 <url >https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter/tree/main</url >
3232 </scm >
33-
33+
3434 <properties >
3535 <java .version>21</java .version>
3636 <maven .compiler.source>21</maven .compiler.source>
8484 <id >add-example-source</id >
8585 <phase >generate-sources</phase >
8686 <goals >
87- <goal >add-source</goal >
87+ <goal >add-test- source</goal >
8888 </goals >
8989 <configuration >
9090 <sources >
91- <source >src/example/java</source > <!-- Add example source files to compilation -->
91+ <source >src/example/java</source >
9292 </sources >
9393 </configuration >
9494 </execution >
9595 <execution >
9696 <id >add-example-resources</id >
9797 <phase >generate-resources</phase >
9898 <goals >
99- <goal >add-resource</goal >
99+ <goal >add-test- resource</goal >
100100 </goals >
101101 <configuration >
102102 <resources >
103103 <resource >
104- <directory >src/example/resources</directory > <!-- Add example resources to compilation -->
104+ <directory >src/example/resources</directory >
105105 </resource >
106106 </resources >
107107 </configuration >
114114 <version >${maven-jar-plugin.version} </version >
115115 <configuration >
116116 <excludes >
117- <exclude >src/example/**</exclude > <!-- Exclude example files from packaged jar -->
117+ <exclude >src/example/**</exclude >
118118 </excludes >
119119 </configuration >
120120 </plugin >
You can’t perform that action at this time.
0 commit comments