Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <plugins>
- <plugin>
- <groupId>de.jflex</groupId>
- <artifactId>jflex-maven-plugin</artifactId>
- <version>1.7.0</version>
- <executions>
- <execution>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>com.github.vbmacher</groupId>
- <artifactId>cup-maven-plugin</artifactId>
- <version>11b-20160615</version>
- <executions>
- <execution>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <cupDefinition>src/main/cup/DyckCompilerCup.cup</cupDefinition>
- <className>DyckCompilerCupParser</className>
- <symbolsName>DyckCompilerSymbolsCup</symbolsName>
- <packageName>co.edu.eafit.dis.st0270.dyckcompiler.parser</packageName>
- </configuration>
- </plugin>
- </plugins>
Advertisement
Add Comment
Please, Sign In to add comment