Skip to content

Commit

Permalink
Define a nre sub-moduel: botsing-preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Oct 3, 2018
1 parent fa15123 commit 41002ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions botsing-preprocessing/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>botsing-preprocessing</artifactId>


</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
<modules>
<module>botsing-reproduction</module>
<module>botsing-maven</module>
<module>botsing-preprocessing</module>
</modules>

</project>

0 comments on commit 41002ce

Please sign in to comment.