python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
maven error: Could not find artifact hosted in private github repository
Iam trying to pull an artifact hosted in github(company's private repo) but it is throwing an error:
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< com.my:package-order &...
manish
Votes: 0
Answers: 0
How to package and include fragment jars in build jar using maven?
I have translated the help window in our RCP app using babel fragment jars(doesn't have poms). I had to include the fragments in target platform and load them in plugins for run configurations. This w...
Sudipto Saha
Votes: 0
Answers: 0
run a maven plugin goal with parameter in intiliji idea
I'm using the liquibase maven plugin to run and rollback the migrations.
I'm running the rollback goal using the command line as follows:
mvn liquibase:rollback -Dliquibase.rollbackCount=1
How to edi...
xmen-5
Votes: 0
Answers: 1
Custom maven plugin - file not found
I created a simple plugin in maven which aims to generate files automatically. The files are created by reading templates that are located, inside the plugin, in the resources folder (src / main / res...
ciro
Votes: 0
Answers: 1