Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.75 KB

File metadata and controls

50 lines (41 loc) · 1.75 KB

NOTE: This plugin is no longer actively maintained, development is done at https://github.com/osundblad/intellij-annotations-instrumenter-maven-plugin . Please use that version instead.

intellij-annotations-instrumenter-maven-plugin

IntelliJ IDEA annotations instrumenter maven plugin

News

0.1.0: ASM 5 support (JDK 8)

Usage

This build of the instrumenter is available in the central repo. Just update your pom.xml with following:

    <build>
        <plugins>
            <plugin>
                <groupId>com.torstling.intellij</groupId>
                <artifactId>notnull-instrumenter-maven-plugin</artifactId>
                <version>0.1.0</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>instrument</goal>
                            <goal>tests-instrument</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

License Information

Copyright 2000-2012 JetBrains s.r.o.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.