Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I've never used Maven, and I'm fairly noob when it comes to Java: I have a Sirius project and I need to deploy it to web.

I don't understand this bit in the instruction:

1. Make sure the JAR which contains the modeler definition is in your application’s classpath.
Typically this involves publishing the .design JAR in a Maven repository and adding its
coordinates into your sample application’s POM file.

My Sirius project:

projectname
projectname.edit
projectname.editor
runtime-project
    projectname
    projectname.design

Any help highly appreciated?

Thank you


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
353 views
Welcome To Ask or Share your Answers For Others

1 Answer


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...