On Wed, June 13, 2012 12:17 pm, Shane Isbell wrote:
> Hi all,
>
> I'm working on an android provider for surefire. Generally, I have things
> working but have encountered a specific problem. The unit tests are
> running
> remotely on a device (not the build machine). For the surefire xml report,
>
I would somehow assume that the sensible way to implement an android
provider would be to extend the current forking logic to serialize the
entire fork to a remote machine. Furthermore there is already support
for bringing the system properties from the fork back to the plugin,
which would come for
Hi all,
I'm working on an android provider for surefire. Generally, I have things
working but have encountered a specific problem. The unit tests are running
remotely on a device (not the build machine). For the surefire xml report,
I need to pull in the system properties on the device, not those
Hi Chris,
You scared me a bit, as if something went wrong during the release.
I've never released 2.4 [1], but I did deploy a 2.4-SNAPSHOT.
Since this is a bugfix-release, I've changed the version to 2.3.2 during
release.
I'll keep developing for 2.4-SNAPSHOT, because that's still my target for
On Wed, Jun 13, 2012 at 10:46 AM, Belhadj abdessalem
wrote:
> what would you mean *shortName would be an attribute that's derived from
> the artifact-ID ?*
Just to give an example: archetype-foo -> archetypeFoo.
--
In other words: what could be seen as a socially debilitating failure
of cha
On Wed, Jun 13, 2012 at 11:27 AM, John Patrick wrote:
> Additionally how would you be using these generated attributes?
>
> In plugins?
> Filtering files?
> Other?
Let's assume for filtering files, seems to be the easiest. I'd
appreciate more complex posssibilities, though.
--
In other words:
Additionally how would you be using these generated attributes?
In plugins?
Filtering files?
Other?
On 13 June 2012 09:46, Belhadj abdessalem wrote:
> what would you mean *shortName would be an attribute that's derived from
> the artifact-ID ?*
>
> 2012/6/13 Jochen Wiedmann
>
>> Hi,
>>
>> I'
what would you mean *shortName would be an attribute that's derived from
the artifact-ID ?*
2012/6/13 Jochen Wiedmann
> Hi,
>
> I've got a need to generate several attributes of an artefact
> dynamically. For example, I'd like to be able to use something like
>
> ${shortName}
>
> where shor