Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Maven
0
votes
2.0k
views
1
answer
maven - Getting "Skipping JaCoCo execution due to missing execution data file" upon executing JaCoCo
I'm using Maven 3.0.3, JUnit 4.8.1, and Jacoco 0.6.3.201306030806, and I am trying to create test ... Any ideas what configuration I'm missing? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.7k
views
1
answer
maven 2 - Gradle alternate to mvn install
I have 2 different project build on mvn. I am trying to replace to Gradle. Project 1 is an SDK, and project 2 is ... Any way that I can do so? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
2.7k
views
1
answer
maven - Tomcat casting servlets to javax.servlet.Servlet instead of jakarta.servlet.http.HttpServlet
I have been trying in vain to implement tomcat 9's jakarta servlet as opposed to the previous javax.servlet ... I deploy the war file. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.8k
views
1
answer
maven - How to backup all Nexus 3 artifacts?
I was wondering how to download all (not one or two specified ones) artifacts from a Nexus 3 repo to local ... how to perform such an export? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven 2 - Why can't I activate a Maven2 profile from another profile?
I have a multimodule Maven2 project which builds a web application. The application is connected to a ... overlooked something obvious). See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.6k
views
1
answer
maven 2 - Using the Nexus rest API to get latest artifact version for given groupid/artifactId
I am trying to use the nexus REST api to get the latest version of a maven artifact. I am able to browse to ... currently using: Nexus v. 1.9.2 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven 2 - How do I set the eclipse.ini -vm option?
I installed the Maven plugin for Eclipse, and then I got an error like below: please make sure the -vm option in ... to my JDK in eclipse.ini? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.3k
views
1
answer
maven - How to build a docker container for a Java application
What I want to do is build a docker image for my Java application but the following considerations should ... -buildpacks-jib-and-dockerfile See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.7k
views
1
answer
maven 2 - How to get a dependency tree for an artifact?
dependency:tree can be used to see the dependency tree for a given project. But what I need is to see the ... (I need to do this for several artifacts). Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven - java.lang.NoClassDefFoundError: org/apache/spark/Logging
I'm always getting the following error.Can somebody help me please? Exception in thread "main" java.lang. ... > </dependency> </dependencies> </project> Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.6k
views
1
answer
maven assembly plugin - Idea to avoid that spring.handlers/spring.schemas get overwritten when merging multiple spring dependencies in a single jar
I got the error Unable to locate NamespaceHandler when using context:annotation-config running (java -jar) a jar assembled ... jar. What do you think about it? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.4k
views
1
answer
maven 2 - A simple command line to download a remote maven2 artifact to the local repository?
I have a library that I distribute using maven 2. The typical user of this library doesn't use maven to build ... /0.4-SNAPSHOT/ Is this possible using maven? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.6k
views
1
answer
maven - Plugin execution not covered by lifecycle configuration (JBossas 7 EAR archetype)
I am using Eclipse 3.7 Indigo with Maven M2E Plugin 1.0.100. Using the JBoss 7.x JavaEE 6 EAR ... > <modules></modules> </configuration> <plugin> Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.6k
views
1
answer
maven 2 - Maven2 property that indicates the parent directory
I have a multi-modules project, like this one: main-project/ module1/ module2/ sub-module1/ sub-module2/ sub-module3/ ... level, or at any sub-module level... Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.4k
views
1
answer
maven - Spring Boot - parent pom when you already have a parent pom
Is there a specific recommended approach to the inclusion of the spring-boot parent pom into projects that already have ... POM file. Other options? TIA, Scott Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven - What is <scope> under <dependency> in pom.xml for?
Looking at documentation http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html, we can see <scope> ... how can we use it for running test? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven - How do you specify the Java compiler version in a pom.xml file?
I wrote some Maven code in Netbeans that has approximately more than 2000 lines. When I compile it on Netbeans, ... would be great if you can help me! Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven - Spring Boot War deployed to Tomcat
I am trying to deploy a Spring Boot app to Tomcat, because I want to deploy to AWS. I created a WAR file, ... is another reference. Not sure how useful it is. Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.7k
views
1
answer
maven - Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize
When building a Java 8 project with Maven: mvn clean package I get this message: Java HotSpot(TM) 64-Bit Server ... removed in 8.0 How to remove this message? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven 2 - SLF4J: Class path contains multiple SLF4J bindings
I'm getting the following error. It seems there are multiple logging frameworks bound to slf4j. Not ... .org/codes.html#multiple_bindings for an explanation. Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.6k
views
1
answer
maven - Jenkins : Selenium GUI tests are not visible on Windows
When I run my selenium test (mvn test) from jenkins (windows) I see only the console output. I don't see ... so that I can see the browsers running the test? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.7k
views
1
answer
maven - Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver
I have added the most updated Selenium dependency in my pom.xml <dependency> <groupId>org.seleniumhq.selenium</ ... while having it in my local repository. Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven 2 - Exclude all transitive dependencies of a single dependency
In Maven2, to exclude a single transitive dependency, I have to do something like this: <dependency> <groupId> ... dependencies at once instead of one-by-one? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.6k
views
1
answer
maven - Jenkins CI Pipeline Scripts not permitted to use method groovy.lang.GroovyObject
I am Using Jenkins 2 for compiling Java Projects, I want to read the version from a pom.xml, I was following ... these versions: Plugin Pipeline 2.1 Jenkins 2.2 Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.4k
views
1
answer
maven - How to add a dependency to a Spring Boot Jar in another project?
I have a Spring Boot application and I have created a Jar out of that. Following is my pom.xml: <dependencies> < ... I add a dependency to a Spring Boot JAR? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.7k
views
1
answer
maven - Why the dependency in dependencyManagement is not listed out when running mvn dependency:tree
Why the dependency in dependencyManagement is not listed out when running mvn dependency:tree? I have the same ... in-dependencymanagement-is-not-listed-out-when-running-mvn-de...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.4k
views
1
answer
maven - Keeping jar version numbers in sync between JitPack and other repositories
I maintain a few Java library projects on GitLab, which I currently build with a GitLab CI workflow and ... -jar-version-numbers-in-sync-between-jitpack-and-other-repositories...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
0
votes
1.5k
views
1
answer
maven - How to run spring boot repackage goal
I want to run only repackage goal that comes from spring-boot-maven-plugin plugin. I tried mvn spring-boot- ... .com/questions/65853093/how-to-run-spring-boot-repackage-goal...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
maven
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] .net core - Any better way to encrypt ID before binding it to datatable and open for editing/delete that they cannot see ID in whole view source?
[2] mongodb或mysql配合redis做事务
[3] javascript - dynamically displaying images for Lightbox image ejs
[4] spring Security自定义
[5] python - How to compute auc score manually without using sklearn?
[6] java - How to add css files to Spring boot application (Thymeleaf) pagination
[7] javascript - Unable to access $refs in component method
[8] 这段JS对象赋值,错在哪里,找不到原因,谷歌浏览器一直报错
[9] 跨域名页面之间可以共享cookie吗?
[10] asp.net mvc - Linq Select OrderBy ThenBy Kendo Dropdownlist
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...