allure-framework / allure-cucumberjvm

Deprecated, use https://github.com/allure-framework/allure-java instead
Apache License 2.0
16 stars 13 forks source link

Where to get ${aspectj.version} ? #16

Closed Simon-Kaz closed 9 years ago

Simon-Kaz commented 9 years ago

Hey, the readme states that all I need is to copy the maven dependency and build, but when I do, I get an error on ${aspectj.version} as It cannot be resolved (as its not set anywhere).

Simon-Kaz commented 9 years ago

I found it in the pom file for the project, you might want to update your readme/guide :)

https://github.com/allure-framework/allure-cucumber-jvm-adaptor/blob/63fa562f881aecf125a44ee744955d5fa21d29c3/pom.xml#L64

clicman commented 9 years ago

Usually you should not to point in in child projects. Will see it tomorrow.