Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladrassokhin/intellij-annotations-instrumenter-maven-plugin
IntelliJ IDEA annotations instrumenter maven plugin
https://github.com/vladrassokhin/intellij-annotations-instrumenter-maven-plugin
Last synced: 6 days ago
JSON representation
IntelliJ IDEA annotations instrumenter maven plugin
- Host: GitHub
- URL: https://github.com/vladrassokhin/intellij-annotations-instrumenter-maven-plugin
- Owner: VladRassokhin
- Created: 2012-09-18T16:56:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T14:07:32.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T07:42:23.172Z (14 days ago)
- Language: Java
- Size: 35.2 KB
- Stars: 4
- Watchers: 5
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IntelliJ IDEA annotations instrumenter maven plugin
==============================================# NOTE: This plugin is discontinued and no longer maintained, development is done at https://github.com/osundblad/intellij-annotations-instrumenter-maven-plugin . Please use that version instead.
Usage
==============================================
Just update your pom.xml with following:
```xml
repository.jetbrains.com
repository.jetbrains.com-all
http://repository.jetbrains.com/all
true
com.intellij
notnull-instrumenter-maven-plugin
1.0-SNAPSHOT
instrument
tests-instrument
```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 athttp://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.