File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 4343 You likely wont depend on this directly unless you're implementing
4444 JSON->URL with a new interface/library/framework.
4545 </description >
46+
47+ <build >
48+ <plugins >
49+ <plugin >
50+ <groupId >org.apache.maven.plugins</groupId >
51+ <artifactId >maven-source-plugin</artifactId >
52+ </plugin >
53+ </plugins >
54+ </build >
4655</project >
Original file line number Diff line number Diff line change 6161 <version >${org.json.parser} </version >
6262 </dependency >
6363 </dependencies >
64+
65+ <build >
66+ <plugins >
67+ <plugin >
68+ <groupId >org.apache.maven.plugins</groupId >
69+ <artifactId >maven-source-plugin</artifactId >
70+ </plugin >
71+ </plugins >
72+ </build >
6473</project >
Original file line number Diff line number Diff line change 6666 <scope >test</scope >
6767 </dependency >
6868 </dependencies >
69+
70+ <build >
71+ <plugins >
72+ <plugin >
73+ <groupId >org.apache.maven.plugins</groupId >
74+ <artifactId >maven-source-plugin</artifactId >
75+ </plugin >
76+ </plugins >
77+ </build >
6978</project >
You can’t perform that action at this time.
0 commit comments