[ 
http://jira.codehaus.org/browse/JBEHAVE-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253978#action_253978
 ] 

Marc Siramy commented on JBEHAVE-207:
-------------------------------------

Hello,

I can reproduce that bug with my plugin configuration - even when moving 
<configuration> section in plugin section unless I add <includes> and 
<excludes> section in that configuration.
Moreover, my scenarii class names are not found with that configuration.

For details, please see my plugin configuration below:
<plugin>
                                <groupId>org.jbehave</groupId>
                                <artifactId>jbehave-maven-plugin</artifactId>
                                
<version>${jbehave.maven.plugin.version}</version>
                                <!-- configuration moved from execution section 
to plugin section - see http://jira.codehaus.org/browse/JBEHAVE-207 -->
                                <configuration>
                                        <scenarioIncludes>
                                                
<scenarioInclude>**/*CommonStoriesTest.java</scenarioInclude>
                                        </scenarioIncludes>
                                        <scenarioExcludes>
                                                
<scenarioExclude>**/*Steps.java</scenarioExclude>
                                        </scenarioExcludes>
                                        <includes>
                                                
<include>**/*all-wcprops</include>
                                        </includes>
                                        <excludes>
                                                
<exclude>**/*all-wcprops</exclude>
                                        </excludes>
                                        <metaFilters>
                                                <metaFilter>+author 
*</metaFilter>
                                                <metaFilter>-skip</metaFilter>
                                        </metaFilters>
                                        <systemProperties>
                                                <property>
                                                        
<name>java.awt.headless</name>
                                                        <value>false</value>
                                                </property>
                                        </systemProperties>
                                        
<ignoreFailureInStories>false</ignoreFailureInStories>
                                        
<ignoreFailureInView>false</ignoreFailureInView>
                                        <batch>true</batch>
                                </configuration>
                                <executions>
                                        <execution>
                                                
<id>run-stories-as-embeddables</id>
                                                <phase>integration-test</phase>
                                                <goals>
                                                        
<goal>run-stories-as-embeddables</goal>
                                                        
<goal>report-stepdocs</goal>
                                                        
<goal>generate-stories-view</goal>
                                                </goals>
                                        </execution>
                                </executions>
                                <dependencies>
                                        <dependency>
                                                <groupId>log4j</groupId>
                                                <artifactId>log4j</artifactId>
                                                
<version>${log4j.version}</version>
                                        </dependency>
                                </dependencies>
                        </plugin>

> Exclude SCM patterns from ScenarioClassNameFinder
> -------------------------------------------------
>
>                 Key: JBEHAVE-207
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-207
>             Project: JBehave
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.3
>            Reporter: Mauro Talevi
>            Priority: Minor
>             Fix For: 2.5.6
>
>
> Automatically exclude .svn and other SCM directories from the directory scan.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to