只需一步,快速开始
微信登录,快人一步
手机号码,快捷登录
签到天数: 1047 天
连续签到: 5 天
[LV.10]测试总司令
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <mainClass>com.course.Application</mainClass> </configuration> <executions> <execution> <goals> <goal>repackage</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> <encoding>UTF-8</encoding> <compilerArguments> <extdirs>${project.basedir}/lib</extdirs> </compilerArguments> </configuration> </plugin> </plugins> </build>
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.7.1</version> <configuration> <suiteXmlFiles> <suiteXmlFile> ./src/main/resources/TestJenkins.xml </suiteXmlFile> </suiteXmlFiles> </configuration> </plugin> </plugins> </build>
:# vim /etc/profile export JAVA_HOME=/usr/java/jdk1.8 export JRE_HOME=/usr/java/jdk1.8/jre export CLASS_PATH=.JAVA_HOME/lib/dt.jarJAVA_HOME/lib/tools.jarJRE_HOME/lib export MAVEN_HOME=/maven/apache-maven-3.3.9export PATH=$PATHJAVA_HOME/binJRE_HOME/bin{MAVEN_HOME}/bin
您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
查看 »
小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 ) 关于我们
GMT+8, 2024-11-17 04:20 , Processed in 0.062684 second(s), 24 queries .
Powered by Discuz! X3.2
© 2001-2024 Comsenz Inc.