that doesn't matter as long as the groupId and the location in the repo match

try moving your $HOME/.m2/repository out of the way and executing maven again


On 2/5/07, Steven E. Harris <[EMAIL PROTECTED]> wrote:
When I try to rely upon downloading the maven-bundle-plugin from the
Apache Snapshot Repository at

  http://people.apache.org/repo/m2-snapshot-repository

by using a pluginRepository POM element like this:

  <pluginRepositories>
    <pluginRepository>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Plugin Repository</name>
      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>


Maven is unable to locate the maven-bundle-plugin:

,----
| [INFO] 
------------------------------------------------------------------------
| [ERROR] BUILD ERROR
| [INFO] 
------------------------------------------------------------------------
| [INFO] The plugin 'org.apache.felix:maven-bundle-plugin' does not exist or no 
valid version could be found
`----

I see that the bundle plugin snapshots are sitting in the

  org/apache/felix/maven-bundle-plugin/

directory in the repository, but I'm wondering if the plugin should
really be located at

  org/apache/felix/plugins/maven-bundle-plugin/
                   ^^^^^^^

like the other two Felix-produced Maven plugins.

--
Steven E. Harris



--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                            -- The Princess Bride

Reply via email to