Hi,

No, the metadata.xml is not required at all.
In maven just configure your pom with:
<plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-ipojo-plugin</artifactId>
        <executions>
                <execution>
                        <goals>
                                <goal>ipojo-bundle</goal>
                        </goals>
                </execution>
        </executions>
</plugin>

Regards,

Clement

On 27.10.2011, at 20:38, Bengt Rodehav wrote:

> I'm using the ipojo-maven-plugin and I only use annotations to configure my
> iPOJO's. Is there a way to avoid creating a dummy metadata xml file? It
> seems like ipojo-maven-plugin requires a metadata file even though I don't
> need it.
> 
> I'm using ipojo-maven-plugin 1.8.0.
> 
> /Bengt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to