File tree 2 files changed +5
-15
lines changed
2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,10 @@ instead of `${basedir}`.
61
61
62
62
Read this short summary of [ typical mistakes] ( https://github.com/tpc2/qulice/wiki/mistakes )
63
63
you may encounter in your project.
64
- Qulice can't catch them, that's why this wiki page...
65
-
66
- #### Proxy
67
64
68
65
In order to download schemas required for XML validation you might need proxy
69
- setup. Maven proxy is not supported, but standard [ JVM proxy] ( https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html )
66
+ setup. Maven proxy is not supported, but standard
67
+ [ JVM proxy] ( https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html )
70
68
works fine. To use it just add ` -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT `
71
69
to your ` MAVEN_OPTS ` environment variable or to Maven command, e.g.
72
70
` mvn clean verify -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT ` .
@@ -78,6 +76,8 @@ your changes and apply them to the `master` branch shortly, provided
78
76
they don't violate our quality standards. To avoid frustration, before
79
77
sending us your pull request please run full Maven build:
80
78
81
- > mvn clean install -Pqulice
79
+ ``` bash
80
+ $ mvn clean install -Pqulice
81
+ ```
82
82
83
83
Keep in mind that JDK7 and Maven 3.1.0 are the lowest versions you may use.
Original file line number Diff line number Diff line change @@ -55,16 +55,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
55
55
</dependencies >
56
56
<build >
57
57
<plugins >
58
- <plugin >
59
- <artifactId >maven-jar-plugin</artifactId >
60
- <configuration >
61
- <archive >
62
- <manifestEntries >
63
- <Main-Class >com.qulice.findbugs.Wrap</Main-Class >
64
- </manifestEntries >
65
- </archive >
66
- </configuration >
67
- </plugin >
68
58
<plugin >
69
59
<groupId >com.github.github</groupId >
70
60
<artifactId >site-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments