Skip to content

Commit 61e88e6

Browse files
committed
Fix pom.xml
1 parent 44e78b3 commit 61e88e6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,26 @@
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

@@ -116,5 +136,10 @@
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>

0 commit comments

Comments
 (0)