[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.technology.iam] Re: eclipse 3.5 iam 0.10.0 No providers found matching selection: default
From
:
brian.brooks@xxxxxxx
(Brian Brooks)
Date
: Thu, 16 Jul 2009 22:24:14 +0000 (UTC)
Newsgroups
:
eclipse.technology.iam
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
The problem seems to be some interaction with the <build> element contained in the parent pom.xml. I deleted this <build> element and the problem went away.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>
http://blanked-for-public-post
</tagBase>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2-APCS</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo.groovy</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>generateStubs</goal>
<goal>compile</goal>
<goal>generateTestStubs</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Brian
Follow-Ups
:
[news.eclipse.technology.iam] Re: eclipse 3.5 iam 0.10.0 No providers found matching selection: default
From:
Abel MuiÂo Vizcaino
References
:
[news.eclipse.technology.iam] eclipse 3.5 iam 0.10.0 No providers found matching selection: default
From:
Brian Brooks
Prev by Date:
[news.eclipse.technology.iam] eclipse 3.5 iam 0.10.0 No providers found matching selection: default
Next by Date:
[news.eclipse.technology.iam] Re: eclipse 3.5 iam 0.10.0 No providers found matching selection: default
Previous by thread:
[news.eclipse.technology.iam] eclipse 3.5 iam 0.10.0 No providers found matching selection: default
Next by thread:
[news.eclipse.technology.iam] Re: eclipse 3.5 iam 0.10.0 No providers found matching selection: default
Index(es):
Date
Thread