S
S
speedvm2022-04-12 16:50:46
Java
speedvm, 2022-04-12 16:50:46

How to add a plugin to a java project?

Good day to all!
There is a QuAck project . The project is up and running, the project starts like this:

java -Xbootclasspath/a:/etc/quack -jar /usr/quack/lib/jetty-runner.jar /usr/quack/quack.war

There is a Quack Import Maven Plugin for it .
I built the plugin itself using maven (mvn clean install). I ended up with the following files:
target/import-maven-plugin-1.3-SNAPSHOT.jar
target/import-maven-plugin-1.3-SNAPSHOT-javadoc.jar
target/import-maven-plugin-1.3-SNAPSHOT-sources.jar

How to attach this plugin to the main project?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
speedvm, 2022-04-13
@speedvm

Here 's a discussion with the QuAck developer about this issue.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question