maven直接饮用jar包的写法

        <dependency>
            <groupId>sample</groupId>
            <artifactId>com.sample</artifactId>
            <version>1.0.0</version>
            <type>jar</type>
            <scope>system</scope>
            <systemPath>${project.basedir}/src/main/resources/selenium-cucumber-methods-1.0.0.jar</systemPath>
        </dependency>  
View Code

 

posted @ 2018-11-29 19:56  xiaodebing  阅读(156)  评论(0编辑  收藏  举报