Creation of pom.xml property for skipTestOrITest for parent pom.xml
by Rob Stryker
My jboss/wf runtimes are being downloaded via my integration tests, even
when -DskipTests is selected, because my integration test pom.xml has
<skip>${skipITests}</skip> in it. Until now, there was no easily
recognized way to make a new property that could 'or' skipTests with
skipITests.
So I've added this to my pom in one of my topic branches, and it seems
to work exactly how we'd want it to. It basically functions via a regex,
puts ${skipTests}${skipITests}, and performs a regex replacement to make
the value either "true" or blank. This property can later be used in my
<skip> section.
If anyone thinks this property should be available for parent pom, I'd
suggest you take it and make it available to all other modules who might
have integration tests with heavy dependencies.
Otherwise, I'll just keep it in my local pom for my itests.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>regex-property</id>
<goals>
<goal>regex-property</goal>
</goals>
<configuration>
<name>skipTestOrITest</name>
<value>${skipTests}${skipITests}</value>
<regex>((..skipTests.)?(true)?((..skipITests.)|(null)|(true)|(false))?)</regex>
<replacement>$3</replacement>
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
</executions>
</plugin>
10 years, 11 months
ACTION REQUIRED: 3 issues with no component
by manderse@redhat.com
This email is the result of a query to locate stalled/invalid jiras. Please fix them. Thanks!
* No component for JBIDE-19590
https://issues.jboss.org/browse/JBIDE-19590
Summary: Update module's README.md files with information about dependencies to other modules
Assignee: None set - please fix.
Component: None set - please fix.
Problem: No component - please ensure this issue has a proper component set.
Last Update: 1 day, 21:23:24.124319
----------------------------
* No component for JBIDE-19627
https://issues.jboss.org/browse/JBIDE-19627
Summary: JBoss Tools disables ability to select workspace
Assignee: None set - please fix.
Component: None set - please fix.
Problem: No component - please ensure this issue has a proper component set.
Last Update: 12:50:27.124023
----------------------------
* No component for JBDS-3407
https://issues.jboss.org/browse/JBDS-3407
Summary: Not able to create 'non-bare' repository in JBDS 8.1.
Assignee: None set - please fix.
Component: None set - please fix.
Problem: No component - please ensure this issue has a proper component set.
Last Update: 2 days, 1:01:15.124514
----------------------------
Query used: https://issues.jboss.org/issues/?jql=%28filter%3D%27ds_lint_nocomponent%2...
10 years, 11 months
ACTION REQUIRED: 3 issues with no component
by manderse@redhat.com
This email is the result of a query to locate stalled/invalid jiras. Please fix them. Thanks!
* No component for JBIDE-19590
https://issues.jboss.org/browse/JBIDE-19590
Summary: Update module's README.md files with information about dependencies to other modules
Assignee: None set - please fix.
Component: None set - please fix.
Problem: No component - please assign this issue to one or more components.
Last Update: 1 day, 19:09:25.176659
----------------------------
* No component for JBIDE-19627
https://issues.jboss.org/browse/JBIDE-19627
Summary: JBoss Tools disables ability to select workspace
Assignee: None set - please fix.
Component: None set - please fix.
Problem: No component - please assign this issue to one or more components.
Last Update: 10:36:28.168051
----------------------------
* No component for JBDS-3407
https://issues.jboss.org/browse/JBDS-3407
Summary: Not able to create 'non-bare' repository in JBDS 8.1.
Assignee: None set - please fix.
Component: None set - please fix.
Problem: No component - please assign this issue to one or more components.
Last Update: 1 day, 22:47:16.177053
----------------------------
Query used: https://issues.jboss.org/issues/?jql=filter%3D%27ds_lint_nocomponent%27
10 years, 11 months
Re: [jbosstools-dev] your web site...
by Ashley Fletcher
Hi,
My name is Tao Zhi and I'm an independent web strategist.
I came across your business website while researching
a client's site for toxic links; your website was
linked to some of the same bad sites. I also noticed
it was not fully compliant with Google's
new Penguin 3.0 Algorithm and Panda rules.
Whenever I find good companies with online issues
I tend to reach out and let them know, In 20 minutes
I can show you how you could fuel your brand and
generate more revenue from search engines and
social networks. These are tactics we've used
to help over 300 clients grow their business
and are currently "The fastest growing Internet
marketing Company in China"!
All I'd like to do is follow up about this with
a quick phone call... Can I call you this week
to discuss some proven strategies that can help
your business grow? Looking forward to your
positive response.
Warm Regards,
Tao Zhi
Grow Business Rankings
62 Renmin Lu, Qingdao Shi
Shandong, 266033
ÄúºÃ,
ÎÒ×¢ÒⵜÄãµÄÍøÕŸÔÚËÑË÷ÒýÇæÖÐÅÅÃûºÜÔãžâ,
Èç¹ûÄãÔžÒâµÄ»°,ÎÒÃÇ»á°ïÄãÓÅ»¯ÅÅÃû.
ÎÒÃÇÍŶÓÓÐ10¶àÄêµÄ·áž»ŸÑé,ÄÜ¿ìËÙ
ÈÃÄãµÄÍøÕŸÔÚÐÐÒµÄÚÕŒŸÝÁìÏȵØÎ».
ÌÕÖŸ
taozhi29480(a)163.com
10 years, 11 months