spring-projects / spring-plugin

Apache License 2.0
441 stars 117 forks source link

spring-plugin.xsd #10

Closed eserss closed 9 years ago

eserss commented 9 years ago

Hi, Oliver.

I could not find url "http://www.springframework.org/schema/plugin" Where it is?

eserss commented 9 years ago

The problem was solved by placing dependencies in pom.xml:

org.springframework.plugin spring-plugin-core 1.1.0.RELEASE
    <dependency>
        <groupId>org.springframework.plugin</groupId>
        <artifactId>spring-plugin-metadata</artifactId>
        <version>1.1.0.RELEASE</version>
    </dependency>

Thanks