Hello,

I think the activeByDefault element could be problem. I'm not sure
what the exact semantics is but it's not what I expected - "have this
profile always activated".
instead try adding the activeProfiles element to the settings.xml file
and add yoru profile there...
cheers

Milos

On 8/29/06, p_stastny <[EMAIL PROTECTED]> wrote:

Hello,

i have problem with plugin repository. I have developed plugin and deployed
it on our company repository.  On my machine works everythink ok. But when i
want to use it on another machine, plugin not found.

Here is settings.xml:
<settings>
        <proxies>
                <proxy>
                        <active>true</active>
                        <host>pstastny</host>
                        <port>3338</port>
                </proxy>
        </proxies>
        <servers>
                <server>
                        <id>website</id>
                        <username>${website.username}</username>
                        <filePermissions>664</filePermissions>
                        <directoryPermissions>775</directoryPermissions>
                </server>
        </servers>

        <profiles>
                <profile>
                        <activation>
                            <activeByDefault>true</activeByDefault>
                    </activation>
                        <repositories>
                                <repository>
                                <id>central</id>
                                <name>Central repository</name>
                                
<url>http://maven.amaio.com:9999/repository</url>
                                </repository>
                        </repositories>
                        <pluginRepositories>
                                <pluginRepository>
                                        <id>central</id>
                                        <name>Central repository</name>
                                        
<url>http://maven.amaio.com:9999/repository</url>
                                </pluginRepository>
                        </pluginRepositories>
                </profile>
        </profiles>
        <pluginGroups>
                <pluginGroup>com.amaio.plugins</pluginGroup>
        </pluginGroups>
</settings>


And when I try to trace all requests on proxy server. I can see, that no
reqeuests goes to my server.  Every requests goes to
"http://repo1.maven.org/maven2/....";.

What is wrong?

--
View this message in context: 
http://www.nabble.com/m2-pluginRepository-problem-tf2183076.html#a6037500
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to