Hi, > +1 for using a dedicated jira and forum.
As suggested, I created a Google group: https://groups.google.com/forum/#!forum/ekstazi. Also, GitHub page can be used to track issues and request features: https://github.com/gliga/ekstazi/issues. Let me know if you prefer JIRA. Let me also reply to Henryk's questions: > Next question then - is there a way to automatically skip 'select' > goal if tests are skipped? I uploaded a new version of Ekstazi (4.3.1) today, which skips the execution if skipTests is set to true. (Same as surefire, Ekstazi prints an info message in this case.) I will next work on simplifying integration of Ekstazi in pom.xml, as suggested by Henryk (i.e., removing "excludesFile" and "argLine"). Looking forward to more feedback on the Google group, Thanks, Milos > p.s. by the way, the profile has been added in master. Great! On Wed, Nov 26, 2014 at 1:36 PM, Aki Yoshida <[email protected]> wrote: > @Milos, > +1 for using a dedicated jira and forum. > > regards, aki > p.s. by the way, the profile has been added in master. > > > > > > 2014-11-20 23:04 GMT+01:00 Henryk Konsek <[email protected]>: >> Hi Milos, >> >>> in the next version (which I plan to release >>> before the end of the month) no change to the existing pom files will >>> be needed. The only requirement will be to include Ekstazi plugin. >> >> +1 >> >>> b) This is an item that I also discussed with Aki. We agreed that >>> this is an important item and I plan to get to this as soon as I am >>> done with a). >> >> +1 :) >> >> Next question then - is there a way to automatically skip 'select' >> goal if tests are skipped? I know that I can enclose Ekstazi >> definition in the profile like that: >> >> <activation> >> <property> >> <name>!skipTests</name> >> </property> >> </activation> >> >> ...but I will be nice if Ekstazi could detect this property by itself, >> to avoid profile boilerplate in POM. It doesn't make sense to call >> 'select' goal (what can take some time for larger modules) if we know >> that tests will be skipped anyway. >> >> BTW Do you have a Jira and forum? Google group dedicated for the >> project would be nice :) . >> >> Cheers. >> >> -- >> Henryk Konsek >> http://henryk-konsek.blogspot.com
