|
87 | 87 | <build> |
88 | 88 |
|
89 | 89 | <plugins> |
90 | | - <plugin> |
91 | | - <artifactId>maven-compiler-plugin</artifactId> |
92 | | - <version>3.1</version> |
93 | | - <configuration> |
94 | | - <source>1.6</source> |
95 | | - <target>1.6</target> |
96 | | - <encoding>UTF-8</encoding> |
97 | | - </configuration> |
98 | | - </plugin> |
99 | | - |
100 | | - <plugin> |
101 | | - <groupId>org.apache.maven.plugins</groupId> |
102 | | - <artifactId>maven-source-plugin</artifactId> |
103 | | - <executions> |
104 | | - <execution> |
105 | | - <id>attach-sources</id> |
106 | | - <phase>verify</phase> |
107 | | - <goals> |
108 | | - <goal>jar</goal> |
109 | | - </goals> |
110 | | - </execution> |
111 | | - </executions> |
112 | | - </plugin> |
113 | | - |
114 | | - <plugin> |
115 | | - <groupId>org.apache.maven.plugins</groupId> |
116 | | - <artifactId>maven-javadoc-plugin</artifactId> |
117 | | - <executions> |
118 | | - <execution> |
119 | | - <id>attach-javadocs</id> |
120 | | - <phase>verify</phase> |
121 | | - <goals> |
122 | | - <goal>jar</goal> |
123 | | - </goals> |
124 | | - </execution> |
125 | | - </executions> |
126 | | - <configuration> |
127 | | - <show>public</show> |
128 | | - <nohelp>true</nohelp> |
129 | | - </configuration> |
130 | | - </plugin> |
131 | 90 |
|
132 | 91 | <plugin> |
133 | 92 | <groupId>org.apache.felix</groupId> |
134 | 93 | <artifactId>maven-bundle-plugin</artifactId> |
135 | | - <version>2.3.7</version> |
136 | 94 | <extensions>true</extensions> |
137 | 95 | <configuration> |
138 | 96 | <instructions> |
|
148 | 106 | </plugins> |
149 | 107 | </build> |
150 | 108 |
|
151 | | - |
152 | | - <url>http://www.openhft.net</url> |
153 | | - <licenses> |
154 | | - <license> |
155 | | - <name>The Apache Software License, Version 2.0</name> |
156 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
157 | | - <distribution>repo</distribution> |
158 | | - <comments>A business-friendly OSS license</comments> |
159 | | - </license> |
160 | | - </licenses> |
161 | | - |
162 | | - <developers> |
163 | | - <developer> |
164 | | - <name>Peter Lawrey</name> |
165 | | - |
166 | | - </developer> |
167 | | - </developers> |
168 | | - |
169 | | - |
170 | | - <distributionManagement> |
171 | | - <snapshotRepository> |
172 | | - <id>sonatype-nexus-snapshots</id> |
173 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
174 | | - </snapshotRepository> |
175 | | - <repository> |
176 | | - <id>sonatype-nexus-staging</id> |
177 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
178 | | - </repository> |
179 | | - </distributionManagement> |
180 | | - |
181 | | - <repositories> |
182 | | - <repository> |
183 | | - <id>Snapshot Repository</id> |
184 | | - <name>Snapshot Repository</name> |
185 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
186 | | - <snapshots> |
187 | | - <enabled>true</enabled> |
188 | | - </snapshots> |
189 | | - </repository> |
190 | | - </repositories> |
191 | | - |
192 | 109 | <scm> |
193 | 110 | < url>scm:git: [email protected]:OpenHFT/Java-Thread-Affinity.git</ url> |
194 | 111 | < connection>scm:git: [email protected]:OpenHFT/Java-Thread-Affinity.git</ connection> |
|
0 commit comments