Questions tagged as 'maven'

0
answers

Nexus server works in browser, but not in build

I installed a local Nexus server on my computer to centralize the dependencies of my projects. I configured on port 2312 and when I access localhost:2312 opens the configuration interface. If I access for example: http://local...
asked by 07.08.2018 / 19:52
0
answers

Compiling and running the java and maven application with the same encoding

I have an application that I'm compiling using maven from the command line. In my pom.xml I specified encoding using: <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <projec...
asked by 01.08.2018 / 20:46
0
answers

MavenPublish inner class problem when generating aar

I'm trying to create a library in JFrog Artifactory. For this I have the following script: apply plugin: 'digital.wup.android-maven-publish' apply plugin: "com.jfrog.artifactory" .... publishing { publications { mavenQaAar(MavenP...
asked by 14.06.2018 / 04:44
2
answers

How to use @MappedSuperclass @Id with @Sequence Individual - hibernate oracle

I need to solve a question of using inheritance and sequences with hibernate and Oracle. I'm using Maven with: hibernate-core 5.1.5.Final hibernate-entitymanager 5.1.5.Final hibernate-validator 5.1.3.Final eclipselink 2.6.5 ojdbc6 11.2.0.4 ja...
asked by 29.05.2018 / 19:56
0
answers

Problem with mins js with maven

I'm trying to minify my js code by maven, but when I run the code it gives the error in my variable declarations that have the let. (ex: let myVariable="test").     
asked by 10.05.2018 / 15:35
1
answer

Error in pom.xml

I'm working on a project, I used the eclipse java IDE tool and I configured my project for maven project, and in that I set up my pom.xml to run hibernate + jpa and the following error occurred:    java.lang.ClassNotFoundException:   com.sun....
asked by 18.04.2018 / 19:00
0
answers

Pass Mock in parameter

I need to set a class, and put a face on it called "SimulationDeSet", and make the "SimulationDeSet" return the value I want, but when trying to pass this mock as a parameter it is wrong, I saw many ways to do mock but that's how I need it in th...
asked by 03.04.2018 / 21:25
0
answers

Modular Project - Spring (boot)

I need to create a modular project like the example described below: How do I do it? ProjetoPrincipal | |_ProjetoPrimeiro | |_src | |_main | |_java | |_br | |_minhaempresa | |_model...
asked by 07.04.2018 / 23:00
0
answers

Error uploading Maven application using Hibernate: org.apache.openejb.OpenEJBException

I'm having problems uploading my application to tomcat7 with maven managing dependencies. I know the error is due to not finding the class specified, but since I do not have much experience with hibernate, I would like to know: Is it necessary t...
asked by 09.03.2018 / 14:31
1
answer

Liquibase always executing changesets

Hello, I have a problem running Liquibase with Maven + Spring Boot. The following occurs: I have two schemas, schema1 and schema2. In the project, I have 3 native SQL scripts: first create the two schema, then create the tables and third popu...
asked by 19.02.2018 / 02:38