blob: 3d217119856b352307926895551b822e5220f3f5 [file] [log] [blame]
Stuart McCullochd16db972011-07-05 11:48:22 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<!-- Generated by Apache Maven Doxia at Jul 5, 2011 -->
4
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
7 <head>
8
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
11 <title>Maven Bundle Plugin - Source Repository</title>
12
13 <style type="text/css" media="all">
14
15 @import url("./css/maven-base.css");
16
17 @import url("./css/maven-theme.css");
18
19 @import url("./css/site.css");
20
21 </style>
22
23 <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
24
25 <meta name="Date-Revision-yyyymmdd" content="20110705" />
26
27 <meta http-equiv="Content-Language" content="en" />
28
29
30
31 </head>
32
33 <body class="composite">
34
35 <div id="banner">
36
37 <div id="bannerLeft">
38
39 Maven Bundle Plugin
40
41 </div>
42
43 <div class="clear">
44
45 <hr/>
46
47 </div>
48
49 </div>
50
51 <div id="breadcrumbs">
52
53
54
55
56
57 <div class="xleft">
58
59 <span id="publishDate">Last Published: 2011-07-05</span>
60
61 &nbsp;| <span id="projectVersion">Version: 2.3.5</span>
62
63 </div>
64
65 <div class="xright">
66
67
68
69 </div>
70
71 <div class="clear">
72
73 <hr/>
74
75 </div>
76
77 </div>
78
79 <div id="leftColumn">
80
81 <div id="navcolumn">
82
83
84
85
86
87 <h5>Overview</h5>
88
89 <ul>
90
91 <li class="none">
92
93 <a href="index.html" title="Introduction">Introduction</a>
94
95 </li>
96
97 <li class="none">
98
99 <a href="plugin-info.html" title="Goals">Goals</a>
100
101 </li>
102
103 <li class="none">
104
105 <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">Wiki</a>
106
107 </li>
108
109 <li class="none">
110
111 <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">FAQ</a>
112
113 </li>
114
115 <li class="none">
116
117 <a href="jira-report.html" title="Release Notes">Release Notes</a>
118
119 </li>
120
121 </ul>
122
123 <h5>Project Documentation</h5>
124
125 <ul>
126
127 <li class="expanded">
128
129 <a href="project-info.html" title="Project Information">Project Information</a>
130
131 <ul>
132
133 <li class="none">
134
135 <a href="index.html" title="About">About</a>
136
137 </li>
138
139 <li class="none">
140
141 <a href="dependencies.html" title="Dependencies">Dependencies</a>
142
143 </li>
144
145 <li class="none">
146
147 <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
148
149 </li>
150
151 <li class="none">
152
153 <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
154
155 </li>
156
157 <li class="none">
158
159 <a href="license.html" title="Project License">Project License</a>
160
161 </li>
162
163 <li class="none">
164
165 <a href="team-list.html" title="Project Team">Project Team</a>
166
167 </li>
168
169 <li class="none">
170
171 <strong>Source Repository</strong>
172
173 </li>
174
175 </ul>
176
177 </li>
178
179 <li class="collapsed">
180
181 <a href="project-reports.html" title="Project Reports">Project Reports</a>
182
183 </li>
184
185 </ul>
186
187 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
188
189 <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
190
191 </a>
192
193
194
195
196
197 </div>
198
199 </div>
200
201 <div id="bodyColumn">
202
203 <div id="contentBox">
204
205 <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a><p>The following is a link to the online source repository.</p><div class="source"><pre><a class="externalLink" href="http://svn.apache.org/repos/asf/felix/trunk/bundleplugin">http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</a></pre></div></div><div class="section"><h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/felix/trunk/bundleplugin maven-bundle-plugin</pre></div></div><div class="section"><h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a><p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/felix/trunk/bundleplugin maven-bundle-plugin</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a><p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/felix/trunk/bundleplugin maven-bundle-plugin</pre></div></div><div class="section"><h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
206http-proxy-host = your.proxy.name
207http-proxy-port = 3128
208</pre></div></div>
209
210 </div>
211
212 </div>
213
214 <div class="clear">
215
216 <hr/>
217
218 </div>
219
220 <div id="footer">
221
222 <div class="xright">Copyright &#169; 2006-2011
223
224 <a href="http://www.apache.org/">The Apache Software Foundation</a>.
225
226 All Rights Reserved.
227
228
229
230 </div>
231
232 <div class="clear">
233
234 <hr/>
235
236 </div>
237
238 </div>
239
240 </body>
241
242</html>
243