Skip to content

Commit 2f6c6ce

Browse files
including a ml-tracking in build
1 parent fd17dce commit 2f6c6ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-coatjava.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@ cp reconstruction/fvt/target/clas12detector-fmt-*-SNAPSHOT.jar coatjava/lib/serv
111111
cp reconstruction/eb/target/clas12detector-eb-*-SNAPSHOT.jar coatjava/lib/services/
112112
cp reconstruction/band/target/clas12detector-band-*-SNAPSHOT.jar coatjava/lib/services/
113113
cp reconstruction/rtpc/target/clas12detector-rtpc-*-SNAPSHOT.jar coatjava/lib/services/
114+
cp reconstruction/mlt/target/clas12detector-mlt-1.0-SNAPSHOT-jar-with-dependencies.jar coatjava/lib/services/
114115

115116
echo "COATJAVA SUCCESSFULLY BUILT !"

reconstruction/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
<module>eb</module>
2828
<module>band</module>
2929
<module>rtpc</module>
30+
<module>mlt</module>
3031
</modules>
3132
</project>

0 commit comments

Comments
 (0)