File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 81
81
</dependencies >
82
82
83
83
<build >
84
+ <resources >
85
+ <resource >
86
+ <directory >${project.build.directory} /schemas</directory >
87
+ </resource >
88
+ </resources >
89
+
84
90
<plugins >
91
+ <plugin >
92
+ <groupId >org.apache.maven.plugins</groupId >
93
+ <artifactId >maven-resources-plugin</artifactId >
94
+ <executions >
95
+ <execution >
96
+ <id >copy-resources</id >
97
+ <phase >generate-resources</phase >
98
+ <goals >
99
+ <goal >copy-resources</goal >
100
+ </goals >
101
+ <configuration >
102
+ <outputDirectory >${project.build.directory} /schemas/spec/schemas</outputDirectory >
103
+ <resources >
104
+ <resource >
105
+ <directory >../spec/schemas</directory >
106
+ </resource >
107
+ </resources >
108
+ </configuration >
109
+ </execution >
110
+ </executions >
111
+ </plugin >
85
112
<plugin >
86
113
<groupId >org.moditect</groupId >
87
114
<artifactId >moditect-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments