Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hi,

I'm trying to compile the source code of the knowage-server-master built in eclipse and spring sts. I'm getting a jar file missing that is knowage-core-6.1.1-SNAPSOT. Although it is mentioned in the pom.xml but it is not downloading automatically. Anyone please give me the location to download the jar file.

Thanks
Environment Java-1.8u161, tomcat-7.0, window 10/8, knowage-6.1.1
in Build by (120 points)

1 Answer

0 votes

You need to build all the Knowage artifacts. Please execute mvn clean install under knowage-ce-parent.

This will build Knowage and all the required artifacts

by (15.2k points)
thanks, i will follow this
...