- Add maven pom and depmap.
This commit is contained in:
parent
c9b8a8658b
commit
49feccacb9
2 changed files with 31 additions and 1 deletions
10
java_cup-pom.xml
Normal file
10
java_cup-pom.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>java_cup</groupId>
|
||||
<artifactId>java_cup</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Java CUP</name>
|
||||
<version>0.11a</version>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue