fleix2

来源:互联网 发布:网络商标骗局 编辑:程序博客网 时间:2024/06/12 19:29
 <DynamicImport-Package>${osgi.dynamic}</DynamicImport-Package>
                        <Private-Package>${osgi.private}</Private-Package>
                        <Bundle-Activator>${osgi.activator}</Bundle-Activator>
                        <Bundle-ClassPath>${osgi.classpath}</Bundle-ClassPath>
                        <Embed-Dependency>${osgi.dependency}</Embed-Dependency>
                        <Fragment-Host>${osgi.host}</Fragment-Host>
                        <Require-Bundle>${osgi.require}</Require-Bundle>
                        <Bundle-Category>${osgi.category}</Bundle-Category>
                        <Bundle-Description>${project.description}</Bundle-Description>
                        <Bundle-Vendor>${osgi.vendor}</Bundle-Vendor>
                        <Web-ContextPath>${osgi.web}</Web-ContextPath>
                        <_nouses>true</_nouses>
                    </instructions>
                </configuration>
                <executions>
                    <execution>
                        <id>bundle-manifest</id>
                        <phase>compile</phase>
                        <goals>
                            <goal>manifest</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>