File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 8282 </execution >
8383 </executions >
8484 </plugin >
85+ <plugin >
86+ <groupId >org.codehaus.mojo</groupId >
87+ <artifactId >build-helper-maven-plugin</artifactId >
88+ <version >1.7</version >
89+ <executions >
90+ <execution >
91+ <id >add-source</id >
92+ <phase >generate-sources</phase >
93+ <goals >
94+ <goal >add-source</goal >
95+ </goals >
96+ <configuration >
97+ <sources >
98+ <source >${project.basedir} /libs/fernflower/src</source >
99+ ...
100+ </sources >
101+ </configuration >
102+ </execution >
103+ </executions >
104+ </plugin >
85105 </plugins >
86106 </build >
87107
116136 <artifactId >cfr</artifactId >
117137 <version >0.121</version >
118138 </dependency >
139+ <dependency >
140+ <groupId >org.bitbucket.mstrobel</groupId >
141+ <artifactId >procyon-compilertools</artifactId >
142+ <version >0.5.32</version >
143+ </dependency >
119144 </dependencies >
120145</project >
You can’t perform that action at this time.
0 commit comments