We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi here is my current maven plugin : <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Embed-Dependency> opencsv,commons-csv </Embed-Dependency> <Sling-Model-Packages>com.xxxx</Sling-Model-Packages> <Import-Package> <!-- JSR 250 && 330 --> org.apache.sling.models.annotations;version="[1.1.2,2)", org.apache.sling.models.annotations.injectorspecific;version="[1.0.2,2)", org.apache.sling.models.spi;version="[1.0.2,2)", org.apache.sling.models.spi.injectorspecific;version="[1.0.0,2)", !javax.annotation;version=0.0.0.1_007_JavaSE,* </Import-Package> </instructions> </configuration> </plugin>
<plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Embed-Dependency> opencsv,commons-csv </Embed-Dependency> <Sling-Model-Packages>com.xxxx</Sling-Model-Packages> <Import-Package> <!-- JSR 250 && 330 --> org.apache.sling.models.annotations;version="[1.1.2,2)", org.apache.sling.models.annotations.injectorspecific;version="[1.0.2,2)", org.apache.sling.models.spi;version="[1.0.2,2)", org.apache.sling.models.spi.injectorspecific;version="[1.0.0,2)", !javax.annotation;version=0.0.0.1_007_JavaSE,* </Import-Package> </instructions> </configuration> </plugin>
Could you please help on the equivalent gradle configruation ?
mainly scr annotations
embeded-dependecny Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi here is my current maven plugin :
<plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Embed-Dependency> opencsv,commons-csv </Embed-Dependency> <Sling-Model-Packages>com.xxxx</Sling-Model-Packages> <Import-Package> <!-- JSR 250 && 330 --> org.apache.sling.models.annotations;version="[1.1.2,2)", org.apache.sling.models.annotations.injectorspecific;version="[1.0.2,2)", org.apache.sling.models.spi;version="[1.0.2,2)", org.apache.sling.models.spi.injectorspecific;version="[1.0.0,2)", !javax.annotation;version=0.0.0.1_007_JavaSE,* </Import-Package> </instructions> </configuration> </plugin>
Could you please help on the equivalent gradle configruation ?
mainly scr annotations
embeded-dependecny
Thanks
The text was updated successfully, but these errors were encountered: