1

求助,我改了项目文件夹结构然后不运行测试了。如何让 Maven 运行我的文件夹结构,而不是按标准?我使用 IDE eclipse、Thucydides-JBehave 原型、maven。这是我的登录 ide:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Sample Thucydides project 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ Test_framework 
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Test_framework\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ Test_framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @     
Test_framework ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Test_framework\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @  
Test_framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ Test_framework ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ Test_framework ---
[INFO] Building jar: C:\Test_framework\target\Test_framework-1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.11:integration-test (default) @ Test_framework ---
[INFO] No tests to run.
[INFO] Failsafe report directory: C:\Test_framework\target\failsafe-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[WARNING] File encoding has not been set, using platform encoding Cp1251, i.e. build   
is platform dependent!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.382s
[INFO] Finished at: Fri Feb 22 12:56:14 EET 2013
[INFO] Final Memory: 13M/175M
[INFO] ------------------------------------------------------------------------

这是项目的结构:

Progect|
       |Pages|
       |     |HomePage.java
       |     |CategoryPage.java
       |Steps|
       |     |UserSteps.java
       |Story|
       |     |SomeTest.story
       |Tests|
       |     |SomeTest.java
       |JRE System Library [J2SE-1.5]
       |Maven Dependencies
       |pom.xml
4

0 回答 0