Read Me
You should create (or modify) the file "~/.m2/settings.xml" (or wherever your maven install looks for properties):
<settings xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- optional <localRepository>your_repository_path</localRepository> -->
<servers>
<server>
<id>acelogger.sourceforge.site</id>
<username>your_sourceforge_username</username>
<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
</server>
</servers>
</settings>
----------------------------------------------------------------------------------------------------------------------
If you want sourceforge tracker integration with mylyn, you shoul create a task repository.
Type: Generic web-based access
Server: http://sourceforge.net
Label: Sourceforge (or whatever you want)
Uncheck "anonymous access"
User ID: your_sourceforge_user_name
Password: you_should_guess_that
Aditional Settings:
Advanced Configuration:
Query Request URL:
${serverUrl}/tracker/?group_id=${group_id}&atid=${atid}&set=custom&_assigned_to=${assigned_to}&_status=1
GET
Query Pattern:
<a href="/tracker/index.php\?func=detail&aid=(.+?)&group_id=${group_id}&atid=${atid}">(.+?)</a>
Login Request URL:
${serverUrl}/account/login.php?form_loginname=${userId}&form_pw=${password}&login=Login
POST
Finish Him !!
Now you should create queries
Right click in your new task repository -> new query...
group_id: 208266 (the acelogger group on sourceforge)
assigned_to: your_sourcefoge_user_ID (not name)
atid: 1005005 (for bugs) or 1005008 (for requests)
Now you should have your tasks right in eclipse. Note that the task repository was configured to show only open tasks, if you need something more generic, you should modify the _status parameter.