All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.nbactions.xml Maven / Gradle / Ivy

Go to download

Archetype for development of OSGi bundles using Apache Felix Maven plugin

There is a newer version: 1.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<actions>
    <action>
        <actionName>run</actionName>
        <goals>
            <goal>package</goal>
            <goal>antrun:run</goal>
        </goals>
        <activatedProfiles>
            <activatedProfile>run-on-felix</activatedProfile>
        </activatedProfiles>
    </action>
    <action>
        <actionName>debug</actionName>
        <goals>
            <goal>package</goal>
            <goal>antrun:run</goal>
        </goals>
        <properties>
            <vm.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</vm.args>
            <jpda.listen>true</jpda.listen>
        </properties>
        <activatedProfiles>
            <activatedProfile>run-on-felix</activatedProfile>
        </activatedProfiles>
    </action>
    <action>
        <actionName>profile</actionName>
        <goals>
            <goal>package</goal>
            <goal>antrun:run</goal>
        </goals>
        <properties>
            <vm.args>${profiler.args}</vm.args>
            <!-- XXX <java jvm="${profiler.java}" ...> -->
            <profiler.action>profile</profiler.action>
        </properties>
        <activatedProfiles>
            <activatedProfile>run-on-felix</activatedProfile>
        </activatedProfiles>
    </action>
</actions>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy