JBehave
  1. JBehave
  2. JBEHAVE-1001

Support Maven 3.1+ in building JBehave Core

    Details

    • Type: Task Task
    • Status: Resolved Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.9
    • Fix Version/s: 3.9.2, 4.0
    • Component/s: Build
    • Labels:
      None
    • Number of attachments :
      0

      Description

      While the build works fine on Maven 3.0.5, it fails on both Maven 3.1 and 3.2.

      There seem to be strange issues of missing dependencies.

        Activity

        Mauro Talevi made changes -
        Field Original Value New Value
        Component/s Build [ 11089 ]
        Affects Version/s 4.0 [ 18486 ]
        Affects Version/s 3.9 [ 19035 ]
        Fix Version/s 4.x [ 18279 ]
        Fix Version/s 3.x [ 16979 ]
        Hide
        Cristiano Gavião added a comment -

        seems that the problem is caused by a missing dependency. at least it worked after I added it:

        <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>javax.servlet-api</artifactId>
        <version>3.1.0</version>
        </dependency>

        Show
        Cristiano Gavião added a comment - seems that the problem is caused by a missing dependency. at least it worked after I added it: <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> </dependency>
        Mauro Talevi made changes -
        Affects Version/s 4.0 [ 18486 ]
        Fix Version/s 4.x [ 18279 ]
        Fix Version/s 3.x [ 16979 ]
        Fix Version/s 4.0 [ 18486 ]
        Fix Version/s 3.9.2 [ 20180 ]
        Mauro Talevi made changes -
        Summary Support Maven 3.1 and 3.2 in building JBehave Core Support Maven 3.1+ in building JBehave Core
        Hide
        Mauro Talevi added a comment -

        Cristiano, thanks for pointing this out. It is strange indeed!

        I've added the dependency to jbehave-hudson and was able to build with both Maven 3.1 and 3.2.

        Can you please confirm that it builds for you too?

        Show
        Mauro Talevi added a comment - Cristiano, thanks for pointing this out. It is strange indeed! I've added the dependency to jbehave-hudson and was able to build with both Maven 3.1 and 3.2. Can you please confirm that it builds for you too?
        Mauro Talevi made changes -
        Resolution Fixed [ 1 ]
        Status Open [ 1 ] Resolved [ 5 ]

          People

          • Assignee:
            Mauro Talevi
            Reporter:
            Mauro Talevi
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: