maven tag

13 questions


1 answers
437 views
0
DynamoDB download error in Apache Maven 3.5

The following error occurs when retrieving dependencies in Maven 3.5.2 in an EC2 environment:Version 1.16.0 fails to download, but I do not know the problem.Error Contents [WARNING] The POM for com.am...

1 years ago

1 answers
111 views
0
I want to link test codes and product codes

Does anyone know how to link test codes and product codes?I'm currently developing software in Java, but it's getting a little complicated.I want to do the test well, so I want to know which test code...

1 years ago

1 answers
109 views
0
I want to resolve build failures in Maven while using Spring.

Spring Framework checks for successful environmental deployment.When I tried to run Maven by creating a project and package called shop, I received the following error message:Build Path ProblemUS>Arc...

1 years ago

1 answers
95 views
0
Local repository class file version is incorrect and cannot be compiled

I am developing Java environment using vscode and maven, but I am using pom.xml dependency<dependency> <groupId>io.genetics</groupId> <artifactId> genetics</artifactId>...

1 years ago

2 answers
118 views
0
Error in Maven's pom file: Failed to read artifact descriptor

I am creating a linebot for GitHub below, but I cannot solve it because there is an error in Maven's pom file.https://github.com/gishi-yama/linebot-java-handson/blob/master/doc/04.mdI changed the line...

1 years ago

1 answers
106 views
0
I want to manage the dependency of a single program in Java like a pip.

for a single program in Java that is not part of the Maven project.Is there a good way to add an external library?For example, in a program that uses an external library, import java.io.*;import org.a...

1 years ago

1 answers
78 views
0
"JAVA_HOME environment variable is not defined correctly" when running Maven in CentOS 7.

Run EnvironmentCentOS 7.4 Procedure to install Apache Maven 3.5 in CentOS 7I installed Maven by referring to the above site, but the following error occurred and I could not execute the command.The JA...

1 years ago

2 answers
61 views
0
About Maven Proxy Authentication Errors in the Corporate Environment

This is my first time to ask a question.Thank you for your cooperation.There is a problem with the subject, and I would like your advice.We are currently deploying maven on Windows 7 as an in-house de...

1 years ago

1 answers
72 views
0
Where is the Maven built into Pleiades?

When building mvn, JRE is not recognized correctly, so I would like to run Maven EMBEDDED by Pleiades on the command line for investigation.Where is the integrated Maven EXE located? Searching for avm...

1 years ago

2 answers
128 views
0
I don't know how to create multi-projects in Eclipse

I would like to create an Android application with Eclipse.The server side will also be created with Java+Spring.I would like to communicate between Android and the server using JSON, so I am thinking...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.