File tree Expand file tree Collapse file tree 7 files changed +388
-188
lines changed Expand file tree Collapse file tree 7 files changed +388
-188
lines changed Original file line number Diff line number Diff line change 1
- # default to binary
2
- # * binary
3
1
4
2
# Java source
5
3
* .java text diff =java eol =lf
27
25
* .war binary
28
26
* .jar binary
29
27
28
+ # Images
29
+ * .jpg binary
30
+ * .png binary
31
+ * .gif binary
32
+ * .ico binary
Original file line number Diff line number Diff line change 10
10
** /dependency-reduced-pom.xml
11
11
** /buildNumber.properties
12
12
** /.mvn /timing.properties
13
- # https://github.com/takari/maven-wrapper#usage-without-binary-jar
14
- ** /.mvn /wrapper /maven-wrapper.jar
15
13
snapshot /
14
+ gh-pages /
15
+ apidocs /
16
16
17
17
#
18
18
# Eclipse
Original file line number Diff line number Diff line change 32
32
<packaging >jar</packaging >
33
33
34
34
<name >${project.groupId} :${project.artifactId} </name >
35
+ <url >https://www.jsonurl.org</url >
35
36
<description >
36
37
This is the JSON->URL core library. It implements a parser, as defined
37
38
by the spec, with support for type parameters. Implementations for
42
43
JSON->URL with a new interface/library/framework.
43
44
</description >
44
45
45
- <build >
46
- <plugins >
47
- <plugin >
48
- <groupId >org.apache.maven.plugins</groupId >
49
- <artifactId >maven-source-plugin</artifactId >
50
- </plugin >
51
- </plugins >
52
- </build >
46
+ <distributionManagement >
47
+ <site >
48
+ <id >${project.artifactId} -site</id >
49
+ <url >${project.baseUri} </url >
50
+ </site >
51
+ </distributionManagement >
52
+
53
53
</project >
Original file line number Diff line number Diff line change 35
35
</properties >
36
36
37
37
<name >${project.groupId} :${project.artifactId} </name >
38
+ <url >https://www.jsonurl.org</url >
38
39
<description >
39
40
This implements a JSON->URL parser using Douglas Crockford's original
40
41
Java implementation of JSON.
41
42
</description >
43
+ <distributionManagement >
44
+ <site >
45
+ <id >${project.artifactId} -site</id >
46
+ <url >${project.baseUri} </url >
47
+ </site >
48
+ </distributionManagement >
42
49
43
50
<dependencies >
44
51
<dependency >
59
66
<version >${org.json.parser} </version >
60
67
</dependency >
61
68
</dependencies >
62
-
63
- <build >
64
- <pluginManagement >
65
- <plugins >
66
- <plugin >
67
- <artifactId >maven-javadoc-plugin</artifactId >
68
- <configuration >
69
- <offlineLinks >
70
- <offlineLink >
71
- <url >https://www.javadoc.io/doc/org.jsonurl/jsonurl-core/latest</url >
72
- <location >${project.basedir} /../jsonurl-core/target/apidocs</location >
73
- </offlineLink >
74
- <offlineLink >
75
- <url >https://junit.org/junit5/docs/${junit.version} /api</url >
76
- <location >https://junit.org/junit5/docs/${junit.version} /api</location >
77
- </offlineLink >
78
- <offlineLink >
79
- <url >https://www.javadoc.io/doc/org.json/json/${org.json.parser} </url >
80
- <location >${project.basedir} /src/main/javadoc/org.json</location >
81
- </offlineLink >
82
- </offlineLinks >
83
- </configuration >
84
- </plugin >
85
- </plugins >
86
- </pluginManagement >
87
- <plugins >
88
- <plugin >
89
- <artifactId >maven-source-plugin</artifactId >
90
- </plugin >
91
- </plugins >
92
- </build >
93
69
</project >
Original file line number Diff line number Diff line change 35
35
</properties >
36
36
37
37
<name >${project.groupId} :${project.artifactId} </name >
38
+ <url >https://www.jsonurl.org</url >
38
39
<description >
39
40
This implements a JSON->URL parser for the JSR-374 JSON interface.
40
41
</description >
41
42
43
+ <distributionManagement >
44
+ <site >
45
+ <id >${project.artifactId} -site</id >
46
+ <url >${project.baseUri} </url >
47
+ </site >
48
+ </distributionManagement >
49
+
42
50
<dependencies >
43
51
<dependency >
44
52
<groupId >org.jsonurl</groupId >
64
72
<scope >test</scope >
65
73
</dependency >
66
74
</dependencies >
67
-
68
- <build >
69
- <pluginManagement >
70
- <plugins >
71
- <plugin >
72
- <artifactId >maven-javadoc-plugin</artifactId >
73
- <configuration >
74
- <offlineLinks >
75
- <offlineLink >
76
- <url >https://www.javadoc.io/doc/org.jsonurl/jsonurl-core/latest</url >
77
- <location >${project.basedir} /../jsonurl-core/target/apidocs</location >
78
- </offlineLink >
79
- <offlineLink >
80
- <url >https://junit.org/junit5/docs/${junit.version} /api</url >
81
- <location >https://junit.org/junit5/docs/${junit.version} /api</location >
82
- </offlineLink >
83
- <offlineLink >
84
- <url >https://docs.oracle.com/javaee/7/api</url >
85
- <location >https://docs.oracle.com/javaee/7/api</location >
86
- </offlineLink >
87
- </offlineLinks >
88
- </configuration >
89
- </plugin >
90
- </plugins >
91
- </pluginManagement >
92
- <plugins >
93
- <plugin >
94
- <artifactId >maven-source-plugin</artifactId >
95
- </plugin >
96
- </plugins >
97
- </build >
98
75
</project >
You can’t perform that action at this time.
0 commit comments