Posts by Victor Peixoto • 11 points
3 posts
-
0
votes1
answer262
viewsA: Problem to download Maven dependencies in Netbeans
I decided to insert the code below in my pom.xml <repositories> <repository> <id>central</id> <name>Central Repository</name>…
-
-1
votes1
answer262
viewsQ: Problem to download Maven dependencies in Netbeans
I am Noob on Maven and I ended up picking up a project I’m having trouble running in netbeans: > Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of > its dependencies could…
-
1
votes1
answer424
viewsQ: UPDATE with 2 Joins POSTGRESQL
I would like to ask for help with an update on Posrgresql I need to update the value of a column in a table, but that goes through conditions of 2 tables. I tried the code: update proced_conv set…