ha a hiba: -Dmaven.multiModuleProjectDirectory system propery is not set Check $M2_HOME environment variable and mvn script match. megoldás: Window--> Preference…
Window-> Preference -> Java -> Installed JREs -> Edit In the edit Default VM arguments you need to put If…
mvn install:install-file -Dfile=mscpdf.jar -DgroupId=microsec.mscpdf -DartifactId=mscpdf -Dversion=3.2.7.10 -Dpackaging=jar -DgeneratePom=true vagy: mvn deploy:deploy-file -DgroupId=microsec.com.itextpdf -DartifactId=itext -Dversion=3.2.7.10 -Dpackaging=jar -Dfile=iText.jar -DrepositoryId=dev-releases -Durl=http://housemaster:8082/dev-releases
POM-ba tenni: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> <executable>${env.JAVA_HOME_8}/bin/javac</executable> <fork>true</fork> </configuration> </plugin> FONTOS: JAVA_HOME_8 környezeti változó mutasson a…
Ha az alábbi hibát kapjuk az eclipse-ben telepítéskor (Preferences->MAven->Discovery-> Cannot complete the install because one or more required items could…
This website uses cookies.