Skip to content

Tag: maven

yum in dockerfile – There are no enabled repos

I am having issues with installing python3 with yum in dockerfile. I did look on internet, I did try few things, not working. Its just small thing but not able to figure it out. When I try to build below docker file I do get error . I get error at line – RUN yum install -y oracle-epel-release-el7 The do…

Shell script file with multiple commands

I want to make shell script file in windows and linux with multiple commands inside it. E.g run.sh and run.bat with the below commands run.bat or run.sh When I run my run.bat file it only executes first command mvn clean but it do not execute other commands. How to make shell-script file with multiple command…

maven-compiler-plugin broken on linux?

I have a maven project. In the pom.xml file the following is stated: AFAIK this is correct, it should build against JDK 7. I run a Debian based Linux dist and when I do mvn clean install it seems to always build against the javac version I have set in my os. I’ve tried reading up on what the plugin