Top "Profile" questions

Profiles are part of .NET Framework.

Is it possible to override the configuration of a plugin already defined for a profile in a parent POM?

In a POM parent file of my project, I have such a profile defining some configurations useful for this project (…

maven-2 plugins configuration profile
Export path in .profile on mac

I can't believe there isn't any tutorials about this after googling. Can someone point me a direction or explain what …

macos terminal profile .profile
Maven: Customize web.xml of web-app project

I have a web application Maven project, and I want to customize the web.xml file depending on the Profile …

java web-applications maven-2 profile web.xml
How to analyze golang memory?

I wrote a golang program, that uses 1.2GB of memory at runtime. Calling go tool pprof http://10.10.58.118:8601/debug/pprof/heap …

performance memory go profile
How to assign Profile values?

I don't know what I am missing, but I added Profile properties in the Web.config file but cannot access …

asp.net asp.net-mvc asp.net-membership profile
How to stop Selenium from creating temporary Firefox Profiles using Web Driver?

I am using Selenium Web Driver API with Java. Every time I want to debug my test cases, a temporary …

java selenium firefox webdriver profile
Where are the gcov symbols?

I'm trying to compile a simple app with gcov and getting the following link errors: gcc AllTests.o CuTestTest.o …

gcc profile gcov
In Maven, how to run a plugin based on a specific profile

I have a Maven project that has 3 modules. These are built by the parent pom.xml I now have a …

maven profile
How to customize user profile when using django-allauth

I have a django project with the django-allauth app. I need to collect additional data from the user at signup. …

django profile django-allauth
Django-Registration & Django-Profile, using your own custom form

I am making use of django-registration and django-profile to handle registration and profiles. I would like to create a profile …

python django django-forms registration profile