We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da1eb95 + 5fdebb8 commit 676fd03Copy full SHA for 676fd03
1 file changed
appserver/distributions/glassfish/pom.xml
@@ -82,6 +82,24 @@
82
<plugin>
83
<artifactId>maven-antrun-plugin</artifactId>
84
<executions>
85
+ <execution>
86
+ <id>copy-krazo-annotatedtypeprocessor</id>
87
+ <phase>test</phase>
88
+ <goals>
89
+ <goal>run</goal>
90
+ </goals>
91
+ <configuration>
92
+ <target>
93
+ <mkdir
94
+ dir="${project.basedir}/src/main/patches/krazo-core/org/eclipse/krazo/cdi/types" />
95
+
96
+ <copy
97
+ file="${project.build.directory}/dependency/org/eclipse/krazo/cdi/types/AnnotatedTypeProcessor.class"
98
+ tofile="${project.basedir}/src/main/patches/krazo-core/org/eclipse/krazo/cdi/types/AnnotatedTypeProcessor.class"
99
+ overwrite="true" />
100
+ </target>
101
+ </configuration>
102
+ </execution>
103
<execution>
104
<id>apply-patches</id>
105
</execution>
0 commit comments